Class InvalidSessionException

  • All Implemented Interfaces:
    Serializable

    public class InvalidSessionException
    extends RemoteException
    Exception thrown when an invalid session token is supplied to an RPC method. Clients receiving this exception should log in again to retrieve a new session token.
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidSessionException

        public InvalidSessionException()
      • InvalidSessionException

        public InvalidSessionException​(String message)
      • InvalidSessionException

        public InvalidSessionException​(Throwable cause)
      • InvalidSessionException

        public InvalidSessionException​(String message,
                                       Throwable cause)