Class SecurityManagementException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.uberfire.ext.security.management.api.exception.SecurityManagementException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EntityNotFoundException,NoImplementationAvailableException,OperationFailedException,RealmManagementNotAuthorizedException,UnsupportedServiceCapabilityException,UserAlreadyExistsException
@Portable public class SecurityManagementException extends RuntimeException
Generic exception for user system management API.
- Since:
- 0.8.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SecurityManagementException()SecurityManagementException(String message)SecurityManagementException(String message, Throwable cause)SecurityManagementException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-