org.jboss.deployment
Class DeploymentException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.jboss.deployment.DeploymentException
All Implemented Interfaces:
java.io.Serializable

public class DeploymentException
extends java.lang.Exception

Thrown by a deployer if an application component could not be deployed.

Version:
$Revision: 1.1 $
Author:
Rickard Öberg (rickard.oberg@telkel.com), Toby Allsopp (toby.allsopp@peace.com)
See Also:
DeployerMBean, Serialized Form

Field Summary
protected  java.lang.Exception cause
          The root cause of this exception
 
Constructor Summary
DeploymentException(java.lang.String message)
           
DeploymentException(java.lang.String message, java.lang.Exception e)
           
 
Method Summary
 java.lang.Exception getCause()
           
 java.lang.String toString()
           
 
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
 

Field Detail

cause

protected java.lang.Exception cause
The root cause of this exception
Constructor Detail

DeploymentException

public DeploymentException(java.lang.String message)

DeploymentException

public DeploymentException(java.lang.String message,
                           java.lang.Exception e)
Method Detail

getCause

public java.lang.Exception getCause()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable


Copyright © 2000 The JBoss Organization. All Rights Reserved.