|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.codehaus.mojo.tomcat.TomcatManagerException
public class TomcatManagerException
Indicates an error received from Tomcat manager.
| Constructor Summary | |
|---|---|
TomcatManagerException()
Creates a new TomcatManagerException with no message or
cause. |
|
TomcatManagerException(java.lang.String message)
Creates a new TomcatManagerException with the specified
message and no cause. |
|
TomcatManagerException(java.lang.String message,
java.lang.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(java.lang.String message)
TomcatManagerException with the specified
message and no cause.
message - the message for this exception
public TomcatManagerException(java.lang.String message,
java.lang.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 | |||||||||