org.apache.deltaspike.security.api
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.deltaspike.security.api.SecurityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SecurityDefinitionException
public abstract class SecurityException
- extends RuntimeException
Any exception that is raised by the security module extends from this runtime
exception class, making it easy for other modules and extensions to catch all
security-related exceptions in a single catch block, if need be.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
SecurityException
public SecurityException()
SecurityException
public SecurityException(String message,
Throwable cause)
SecurityException
public SecurityException(String message)
SecurityException
public SecurityException(Throwable cause)
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.