Package com.zeroc.Ice
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.zeroc.Ice.Exception
com.zeroc.Ice.LocalException
com.zeroc.Ice.SecurityException
- All Implemented Interfaces:
Serializable
,Cloneable
This exception indicates a failure in a security subsystem,
such as the IceSSL plug-in.
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSecurityException
(String reason) SecurityException
(String reason, 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
-
Field Details
-
reason
The reason for the failure.
-
-
Constructor Details
-
SecurityException
public SecurityException() -
SecurityException
-
SecurityException
-
SecurityException
-
-
Method Details