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()
- Author:
- Pete Muir
- See Also:
- Serialized Form
| 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()
DeploymentException
public DeploymentException(java.lang.String arg0,
java.lang.Throwable arg1)
DeploymentException
public DeploymentException(java.lang.String arg0)
DeploymentException
public DeploymentException(java.lang.Throwable arg0)
Copyright © 2009. All Rights Reserved.