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]
-
TomcatException()
-
-
TomcatException(String)
-
-
TomcatException(String, Throwable)
- Create a connector exception to encapsulate some underlying eception.
-
TomcatException(Throwable)
- Create a connector exception to encapsulate some underlying eception.
-
getRootCause()
- Get the underlying exception that caused this ConnectorException.
TomcatException
public TomcatException()
TomcatException
public TomcatException(String msg)
TomcatException
public TomcatException(Throwable rootCause)
- Create a connector exception to encapsulate some underlying eception.
TomcatException
public TomcatException(String msg,
Throwable rootCause)
- Create a connector exception to encapsulate some underlying eception.
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