|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.tomcat.maven.common.deployer.TomcatManagerException
public class TomcatManagerException
Indicates an error received from Tomcat manager.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
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 |
---|
public TomcatManagerException()
TomcatManagerException
with no message or cause.
public TomcatManagerException(String message)
TomcatManagerException
with the specified message and no cause.
message
- the message for this exceptionpublic TomcatManagerException(String message, Throwable cause)
TomcatManagerException
with the specified message and cause.
message
- the message for this exceptioncause
- the cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |