Package com.kheops.jmap.server.security
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kheops.jmap.server.security.SecurityException
- All Implemented Interfaces:
Serializable
Generic exception thrown by user managers if the communication with the server fails.
This class was implemented as a runtime exception for code compatibility. However, this exception
should always be catched by callers.
- Since:
- JMap 4.0.2
- See Also:
-
Constructor Summary
ConstructorDescriptionSecurityException
(String message) SecurityException
(String message, Throwable cause) SecurityException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SecurityException
public SecurityException() -
SecurityException
-
SecurityException
-
SecurityException
-