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 anIAquimaSessionsMap
.- Since:
- 11.0
- Author:
- Petru Galanton
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateSessionException​(String sessionId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getSessionId()
The 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
-
-