Class TooManySessionsException

  • All Implemented Interfaces:
    java.io.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:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • TooManySessionsException

        public TooManySessionsException​(java.lang.String message)
        Deprecated.
      • TooManySessionsException

        public TooManySessionsException​(java.lang.Throwable t)
        Deprecated.
      • TooManySessionsException

        public TooManySessionsException​(java.lang.String message,
                                        java.lang.Throwable t)
        Deprecated.