Class DuplicateSessionException

  • All Implemented Interfaces:
    Serializable

    public class DuplicateSessionException
    extends com.aquima.interactions.foundation.exception.AppException
    Exception thrown when two sessions with the same ID are registered in an IAquimaSessionsMap.
    Since:
    11.0
    Author:
    Petru Galanton
    See Also:
    Serialized Form
    • Constructor Detail

      • DuplicateSessionException

        public DuplicateSessionException​(String sessionId)
    • Method Detail

      • getSessionId

        public String getSessionId()
        The session id that was already registered when trying to register a second session with the same id.
        Returns:
        the duplicate session id.