Class DuplicateSessionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aquima.interactions.foundation.exception.AppException
com.blueriq.component.api.exception.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:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe session id that was already registered when trying to register a second session with the same id.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
DuplicateSessionException
-
-
Method Details
-
getSessionId
The session id that was already registered when trying to register a second session with the same id.- Returns:
- the duplicate session id.
-