org.apache.tomcat.maven.common.deployer
Class TomcatManagerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.tomcat.maven.common.deployer.TomcatManagerException
All Implemented Interfaces:
Serializable

public class TomcatManagerException
extends Exception

Indicates an error received from Tomcat manager.

Author:
Mark Hobson
See Also:
Serialized Form

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

TomcatManagerException

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


TomcatManagerException

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

Parameters:
message - the message for this exception

TomcatManagerException

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

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


Copyright © 2005–2013 The Apache Software Foundation. All rights reserved.