public class TomcatManagerException extends Exception
| Constructor and Description |
|---|
TomcatManagerException()
Creates a new
TomcatManagerException with no message or cause. |
TomcatManagerException(String message)
Creates a new
TomcatManagerException with the specified message and no cause. |
TomcatManagerException(String message,
Throwable cause)
Creates a new
TomcatManagerException with the specified message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic TomcatManagerException()
TomcatManagerException with no message or cause.public TomcatManagerException(String message)
TomcatManagerException with the specified message and no cause.message - the message for this exceptionCopyright © 2005–2014 The Apache Software Foundation. All rights reserved.