Class SessionNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.openfire.SessionNotFoundException
All Implemented Interfaces:
Serializable

public class SessionNotFoundException extends Exception
See Also:
  • Constructor Details

    • SessionNotFoundException

      public SessionNotFoundException()
    • SessionNotFoundException

      public SessionNotFoundException(String msg)
    • SessionNotFoundException

      public SessionNotFoundException(Throwable nestedThrowable)
    • SessionNotFoundException

      public SessionNotFoundException(String msg, Throwable nestedThrowable)
  • Method Details