Package org.openjdk.jmc.common.security
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.openjdk.jmc.common.security.SecurityException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ActionNotGrantedException
,CredentialsNotAvailableException
,FailedToSaveException
This is the main exception thrown by the Security API.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSecurityException
(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
-