org.apache.tomcat.core
Class TomcatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.tomcat.core.TomcatException

public class TomcatException
extends java.lang.Exception

General Tomcat exception

Author:
Conor MacNeill [conor@m64.com]
See Also:
Serialized Form

Constructor Summary
TomcatException()
           
TomcatException(java.lang.String msg)
           
TomcatException(java.lang.String msg, java.lang.Throwable rootCause)
          Create a connector exception to encapsulate some underlying eception.
TomcatException(java.lang.Throwable rootCause)
          Create a connector exception to encapsulate some underlying eception.
 
Method Summary
 java.lang.Throwable getRootCause()
          Get the underlying exception that caused this ConnectorException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TomcatException

public TomcatException()

TomcatException

public TomcatException(java.lang.String msg)

TomcatException

public TomcatException(java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.

TomcatException

public TomcatException(java.lang.String msg,
                       java.lang.Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.
Method Detail

getRootCause

public java.lang.Throwable getRootCause()
Get the underlying exception that caused this ConnectorException.
Returns:
the Throwable that caused this connector exception


Copyright © 2000 Apache Software Foundation. All Rights Reserved.