Class SecurityException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.kheops.jmap.server.security.SecurityException
All Implemented Interfaces:
Serializable

public class SecurityException extends RuntimeException
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 Details

    • SecurityException

      public SecurityException()
    • SecurityException

      public SecurityException(String message, Throwable cause)
    • SecurityException

      public SecurityException(String message)
    • SecurityException

      public SecurityException(Throwable cause)