org.jboss.testharness.api
Class DeploymentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.testharness.api.DeploymentException
- All Implemented Interfaces:
- java.io.Serializable
public class DeploymentException
- extends java.lang.Exception
Wraps the deployment exception, which can be obtained using
Throwable.getCause() also providing contextual information on the deployment
- Author:
- Pete Muir
- See Also:
- Serialized Form
|
Method Summary |
java.lang.String |
getName()
Get the deployment identifier |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DeploymentException
public DeploymentException(java.lang.String name)
DeploymentException
public DeploymentException(java.lang.String name,
java.lang.String message,
java.lang.Throwable cause)
DeploymentException
public DeploymentException(java.lang.String name,
java.lang.String message)
DeploymentException
public DeploymentException(java.lang.String name,
java.lang.Throwable cause)
DeploymentException
public DeploymentException(DeploymentException deploymentException,
java.lang.Throwable cause)
getName
public java.lang.String getName()
- Get the deployment identifier
- Returns:
- the name
Copyright © 2009. All Rights Reserved.