Class MaxSessionsExceededException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.aspectran.core.component.session.MaxSessionsExceededException
All Implemented Interfaces:
Serializable

public class MaxSessionsExceededException extends RuntimeException
This exception occurs when the maximum number of sessions in the session cache is exceeded.

Created: 2023. 11. 2.

See Also:
  • Field Details

  • Constructor Details

    • MaxSessionsExceededException

      public MaxSessionsExceededException(String id, int maxSessions)
  • Method Details

    • getId

      public String getId()
    • getMaxSessions

      public int getMaxSessions()