public class TomcatManagerException extends Exception
Constructor and Description |
---|
TomcatManagerException()
Creates a new
ManagerException with no message or cause. |
TomcatManagerException(String message)
Creates a new
ManagerException with the specified message and no cause. |
TomcatManagerException(String message,
Throwable cause)
Creates a new
ManagerException with the specified message and cause. |
TomcatManagerException(Throwable cause)
Creates a new
ManagerException with no message and the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TomcatManagerException()
ManagerException
with no message or cause.public TomcatManagerException(String message)
ManagerException
with the specified message and no cause.message
- the message for this exceptionpublic TomcatManagerException(Throwable cause)
ManagerException
with no message and the specified cause.cause
- the cause of this exceptionCopyright © 2004-2013 Codehaus. All Rights Reserved.