java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.LocalException
com.zeroc.Ice.SecurityException
- All Implemented Interfaces:
Serializable
The exception that is thrown when a failure occurs in the security subsystem. This includes IceSSL errors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityException
(String message) Constructs a SecurityException with a message.SecurityException
(String message, Throwable cause) Constructs a SecurityException with a message and a 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
Constructs a SecurityException with a message.- Parameters:
message
- the detail message
-
SecurityException
Constructs a SecurityException with a message and a cause.- Parameters:
message
- the detail messagecause
- the cause
-
-
Method Details
-
ice_id
Description copied from class:LocalException
Returns the type ID of this exception.- Overrides:
ice_id
in classLocalException
- Returns:
- the type ID of this exception
-