File
Doc
Category
Size
Date
Package
DeploymentException.java
API Doc
Glassfish v2 API
2399
Fri May 04 22:34:30 BST 2007
com.sun.enterprise.deployment
DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
public class DeploymentException extends Exception
Represents an error in deployment.
author
Satish Viswanatham
version
Fields Summary
Constructors Summary
public DeploymentException
()
public DeploymentException
(
String
s)
super(s);
public DeploymentException
(
Throwable
t)
super(t);
public DeploymentException
(
String
s,
Throwable
t)
super(s + " -- " + t.getMessage(), t);
Methods Summary
Java Code Source