public class ServletDeploymentException
extends java.lang.Exception
| Constructor and Description |
|---|
ServletDeploymentException(java.lang.String message)
Creates a new exception for failing to deploy or undeploy a servlet having
the designated message.
|
ServletDeploymentException(java.lang.String message,
java.lang.Throwable cause)
Creates a new exception having the designated message and cause when
deploying or undeploying a servlet to or from a servlet service.
|
ServletDeploymentException(java.lang.Throwable cause)
Creates a new exception having the designated cause when deploying or
undeploying a servlet to or from a servlet service.
|
public ServletDeploymentException(java.lang.String message)
message - A message describing the problem.public ServletDeploymentException(java.lang.Throwable cause)
cause - The cause that led to failing to (un)deploy a servlet.public ServletDeploymentException(java.lang.String message,
java.lang.Throwable cause)
message - A message describing the problem.cause - The cause that led to failing to (un)deploy a servlet.