| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception com.rift.coad.daemon.tomcat.TomcatException
TomcatException | public class TomcatException extends Exception implements Serializable(Code) | | This is the parent exception for all exceptions thrown by the tomcat
deployer.
author: Brett Chaldecott |
Constructor Summary | |
public | TomcatException() Creates a new instance of TomcatException without
detail message. | public | TomcatException(String msg) Constructs an instance of TomcatException with the
specified detail message. | public | TomcatException(String msg, Throwable ex) Constructs an instance of TomcatException with the
specified detail message. |
TomcatException | public TomcatException()(Code) | | Creates a new instance of TomcatException without
detail message.
|
TomcatException | public TomcatException(String msg)(Code) | | Constructs an instance of TomcatException with the
specified detail message.
Parameters: msg - the detail message. |
TomcatException | public TomcatException(String msg, Throwable ex)(Code) | | Constructs an instance of TomcatException with the
specified detail message.
Parameters: msg - the detail message. Parameters: ex - The exception stack to throw. |
|
|
|