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 Details

    • DuplicateSessionException

      public DuplicateSessionException(String sessionId)
  • Method Details

    • 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.