org.jboss.deployment
Class DeploymentException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--org.jboss.deployment.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- J2eeDeploymentException
- public class DeploymentException
- extends java.lang.Exception
Thrown by a deployer if an application component could not be
deployed.
- Version:
- $Revision: 1.2 $
- Author:
- Toby Allsopp (toby.allsopp@peace.com)
- See Also:
DeployerMBean
, Serialized Form
Field Summary |
protected java.lang.Throwable |
cause
The root cause of this exception |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
cause
protected java.lang.Throwable cause
- The root cause of this exception
DeploymentException
public DeploymentException(java.lang.String message)
DeploymentException
public DeploymentException(java.lang.String message,
java.lang.Throwable cause)
getCause
public java.lang.Throwable getCause()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Throwable
Copyright © 2000 The JBoss Organization. All Rights Reserved.