ca.bc.gov.webade.security
Class WebADESecurityException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byjava.lang.SecurityException
                  extended byca.bc.gov.webade.security.WebADESecurityException
All Implemented Interfaces:
java.io.Serializable

public final class WebADESecurityException
extends java.lang.SecurityException

Author:
jross
See Also:
Serialized Form

Constructor Summary
WebADESecurityException()
          Default Constructor
WebADESecurityException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebADESecurityException

public WebADESecurityException()
Default Constructor


WebADESecurityException

public WebADESecurityException(java.lang.String message)
Parameters:
message - Security exception message.