jrun.deployment
Class DeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--jrun.deployment.DeploymentException
- All Implemented Interfaces:
- ExceptionWrapper, java.io.Serializable
- Direct Known Subclasses:
- AlreadyDeployedException, DeploymentFileNotFoundException, DeploymentInValidApplicationException, DeploymentParseException, DeploymentURLException, UrlResourceCreationException, UrlResourceNoSuchResourceException, UrlResourceValidationException
- public class DeploymentException
- extends java.lang.Exception
- implements ExceptionWrapper
A generic Exception with a root cause, typed to designate
its occurrence during an EJB deployment attempt.
- Author:
- Nick Tsivranidis
- See Also:
- Serialized Form
|
Field Summary |
protected java.util.ArrayList |
messages
|
protected java.lang.Throwable |
rootCause
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, printStackTrace, printStackTrace, printStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
messages
protected java.util.ArrayList messages
rootCause
protected java.lang.Throwable rootCause
DeploymentException
public DeploymentException()
DeploymentException
public DeploymentException(java.lang.Throwable rootCause)
DeploymentException
public DeploymentException(java.lang.String message)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Throwable rootCause)
addMessage
public void addMessage(java.lang.String message)
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage in class java.lang.Throwable
getLocalizedMessage
public java.lang.String getLocalizedMessage()
- Overrides:
getLocalizedMessage in class java.lang.Throwable
getRootCause
public java.lang.Throwable getRootCause()
- Specified by:
getRootCause in interface ExceptionWrapper
Copyright � 2002 Macromedia Corporation. All Rights Reserved.