com.rshtech.exception
Class SecurityException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.rshtech.exception.ApplicationException
              extended by com.rshtech.exception.SecurityException
All Implemented Interfaces:
java.io.Serializable

public class SecurityException
extends ApplicationException

TODO Class summary sentence. Class documentation.

Version:
$Revision: 3137 $
Author:
$Author: kostya $
See Also:
Serialized Form

Field Summary
static ErrorCode SECURITY_DEFAULT_ERROR_CODE
           
 
Fields inherited from class com.rshtech.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)
           
 
Method Summary
 
Methods inherited from class com.rshtech.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 -