net.sourceforge.cruisecontrol
Class CruiseControlWebAppException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.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
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 |
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)