net.sourceforge.cruisecontrol
Class CruiseControlWebAppException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bynet.sourceforge.cruisecontrol.CruiseControlWebAppException
All Implemented Interfaces:
java.io.Serializable

public class CruiseControlWebAppException
extends java.lang.RuntimeException

Generic exception for CruiseControl web app.

Author:
Robert Watkins
See Also:
Serialized Form

Constructor Summary
CruiseControlWebAppException()
           
CruiseControlWebAppException(java.lang.String message)
           
CruiseControlWebAppException(java.lang.String message, java.lang.Throwable cause)
           
CruiseControlWebAppException(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

CruiseControlWebAppException

public CruiseControlWebAppException()

CruiseControlWebAppException

public CruiseControlWebAppException(java.lang.String message)

CruiseControlWebAppException

public CruiseControlWebAppException(java.lang.Throwable cause)

CruiseControlWebAppException

public CruiseControlWebAppException(java.lang.String message,
                                    java.lang.Throwable cause)