Class UnknownSessionException

  • All Implemented Interfaces:
    Serializable

    public class UnknownSessionException
    extends com.aquima.interactions.foundation.exception.AppException
    Exception that is used by the session manager when a session is request with an unknown id.
    Since:
    8.0
    Author:
    Jon van Leuven
    See Also:
    Serialized Form
    • Constructor Detail

      • UnknownSessionException

        public UnknownSessionException​(String sessionId)
        Create an exception with the session id that does not correspond to a valid session.
        Parameters:
        sessionId - The requested session id.
    • Method Detail

      • getSessionId

        public String getSessionId()
        This method returns the session id that has not correspond to a valid session.
        Returns:
        The requested session id, may be null.