|
||||||||||
| 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.cargo.container.tomcat.internal.TomcatManagerException
public class TomcatManagerException
Indicates an error received from Tomcat manager.
| Constructor Summary | |
|---|---|
TomcatManagerException()
Creates a new ManagerException with no message or cause. |
|
TomcatManagerException(java.lang.String message)
Creates a new ManagerException with the specified message and no cause. |
|
TomcatManagerException(java.lang.String message,
java.lang.Throwable cause)
Creates a new ManagerException with the specified message and cause. |
|
TomcatManagerException(java.lang.Throwable cause)
Creates a new ManagerException with no message and the specified 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()
ManagerException with no message or cause.
public TomcatManagerException(java.lang.String message)
ManagerException with the specified message and no cause.
message - the message for this exceptionpublic TomcatManagerException(java.lang.Throwable cause)
ManagerException with no message and the specified cause.
cause - the cause of this exception
public TomcatManagerException(java.lang.String message,
java.lang.Throwable cause)
ManagerException 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 | |||||||||