ca.bc.gov.webade.developer
Class WebADEDeveloperException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byca.bc.gov.webade.developer.WebADEDeveloperException
All Implemented Interfaces:
java.io.Serializable

public class WebADEDeveloperException
extends java.lang.Exception

Signifies an error in the configuration and/or normal operation of the developer module.

Author:
Vivid Solutions Inc
See Also:
Serialized Form

Constructor Summary
WebADEDeveloperException()
           
WebADEDeveloperException(java.lang.String message)
           
WebADEDeveloperException(java.lang.String message, java.lang.Throwable cause)
           
WebADEDeveloperException(java.lang.Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WebADEDeveloperException

public WebADEDeveloperException()
See Also:
Exception.Exception()

WebADEDeveloperException

public WebADEDeveloperException(java.lang.String message)
See Also:
Exception.Exception(java.lang.String)

WebADEDeveloperException

public WebADEDeveloperException(java.lang.String message,
                                java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.String, java.lang.Throwable)

WebADEDeveloperException

public WebADEDeveloperException(java.lang.Throwable cause)
See Also:
Exception.Exception(java.lang.Throwable)