All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.apache.tomcat.core.TomcatException

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

public class TomcatException
extends Exception
General Tomcat exception

Author:
Conor MacNeill [conor@m64.com]

Constructor Index

 o TomcatException()
 o TomcatException(String)
 o TomcatException(String, Throwable)
Create a connector exception to encapsulate some underlying eception.
 o TomcatException(Throwable)
Create a connector exception to encapsulate some underlying eception.

Method Index

 o getRootCause()
Get the underlying exception that caused this ConnectorException.

Constructors

 o TomcatException
 public TomcatException()
 o TomcatException
 public TomcatException(String msg)
 o TomcatException
 public TomcatException(Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.

 o TomcatException
 public TomcatException(String msg,
                        Throwable rootCause)
Create a connector exception to encapsulate some underlying eception.

Methods

 o getRootCause
 public Throwable getRootCause()
Get the underlying exception that caused this ConnectorException.

Returns:
the Throwable that caused this connector exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index