Package es.caib.seycon.ng.exception
Class TooManySessionsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- es.caib.seycon.ng.exception.LogonDeniedException
-
- es.caib.seycon.ng.exception.TooManySessionsException
-
- All Implemented Interfaces:
Serializable
public class TooManySessionsException extends LogonDeniedException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TooManySessionsException()
TooManySessionsException(String message)
TooManySessionsException(String message, Throwable cause)
TooManySessionsException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-