com.redstarhackers.exception
Class SecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.redstarhackers.exception.ApplicationException
com.redstarhackers.exception.SecurityException
- All Implemented Interfaces:
- java.io.Serializable
- public class SecurityException
- extends ApplicationException
TODO Class summary sentence. Class documentation.
- Version:
- $Revision: 1.1 $
- Author:
- $Author: kostya $
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SECURITY_DEFAULT_ERROR_CODE
public static final ErrorCode SECURITY_DEFAULT_ERROR_CODE
SecurityException
public SecurityException()
SecurityException
public SecurityException(ErrorCode code)
- Parameters:
code -
SecurityException
public SecurityException(ErrorCode code,
java.lang.String details)
- Parameters:
code - details -
SecurityException
public SecurityException(java.lang.String details)
- Parameters:
details -
SecurityException
public SecurityException(java.lang.Throwable rootCause)
- Parameters:
rootCause -
SecurityException
public SecurityException(ErrorCode code,
java.lang.Throwable rootCause)
- Parameters:
code - rootCause -
SecurityException
public SecurityException(java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
details - rootCause -
SecurityException
public SecurityException(ErrorCode code,
java.lang.String details,
java.lang.Throwable rootCause)
- Parameters:
code - details - rootCause -