org.jboss.picketlink.idm
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jboss.picketlink.idm.SecurityException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- SecurityConfigurationException
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 © 2012. All Rights Reserved.