org.codehaus.cargo.container.tomcat.internal
Class TomcatManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.codehaus.cargo.container.tomcat.internal.TomcatManagerException
All Implemented Interfaces:
java.io.Serializable

public class TomcatManagerException
extends java.lang.Exception

Indicates an error received from Tomcat manager.

Version:
$Id: TomcatManagerException.java 661 2005-11-17 09:35:42Z vmassol $
See Also:
Serialized Form

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

TomcatManagerException

public TomcatManagerException()
Creates a new ManagerException with no message or cause.


TomcatManagerException

public TomcatManagerException(java.lang.String message)
Creates a new ManagerException with the specified message and no cause.

Parameters:
message - the message for this exception

TomcatManagerException

public TomcatManagerException(java.lang.Throwable cause)
Creates a new ManagerException with no message and the specified cause.

Parameters:
cause - the cause of this exception

TomcatManagerException

public TomcatManagerException(java.lang.String message,
                              java.lang.Throwable cause)
Creates a new ManagerException with the specified message and cause.

Parameters:
message - the message for this exception
cause - the cause of this exception


Copyright © 2004-2010 Codehaus. All Rights Reserved.