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 SummaryConstructorsConstructorDescriptionSecurityException(String message) SecurityException(String message, Throwable cause) SecurityException(Throwable cause) 
- 
Method SummaryMethods inherited from class java.lang.ThrowableaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
- 
Constructor Details- 
SecurityExceptionpublic SecurityException()
- 
SecurityException
- 
SecurityException
- 
SecurityException
 
-