com.redstarhackers.exception
Class SecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.redstarhackers.exception.ApplicationException
              extended bycom.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

Field Summary
static ErrorCode SECURITY_DEFAULT_ERROR_CODE
           
 
Fields inherited from class com.redstarhackers.exception.ApplicationException
APP_DEFAULT_ERROR_CODE
 
Constructor Summary
SecurityException()
           
SecurityException(ErrorCode code)
           
SecurityException(ErrorCode code, java.lang.String details)
           
SecurityException(ErrorCode code, java.lang.String details, java.lang.Throwable rootCause)
           
SecurityException(ErrorCode code, java.lang.Throwable rootCause)
           
SecurityException(java.lang.String details)
           
SecurityException(java.lang.String details, java.lang.Throwable rootCause)
           
SecurityException(java.lang.Throwable rootCause)
           
 
Methods inherited from class com.redstarhackers.exception.ApplicationException
getDetails, getErrorCode, getErrorMessage, getMessage
 
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
 

Field Detail

SECURITY_DEFAULT_ERROR_CODE

public static final ErrorCode SECURITY_DEFAULT_ERROR_CODE
Constructor Detail

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 -