Class TooManySessionsException

All Implemented Interfaces:
Serializable

@Deprecated public class TooManySessionsException extends LoginException
Deprecated.
Session pooling has been removed and thus this exception is not used any more.
The TooManySessionsException is a special LoginException thrown when the number of active sessions in a given session pool has reached the configured maximum number of sessions.
See Also:
  • Constructor Details

    • TooManySessionsException

      public TooManySessionsException(String message)
      Deprecated.
    • TooManySessionsException

      public TooManySessionsException(Throwable t)
      Deprecated.
    • TooManySessionsException

      public TooManySessionsException(String message, Throwable t)
      Deprecated.