Package org.jboss.wsf.spi.deployment
Class WSFDeploymentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.wsf.spi.deployment.WSFDeploymentException
-
- All Implemented Interfaces:
Serializable
public class WSFDeploymentException extends RuntimeException
A general deployment exception- Since:
- 20-Apr-2007
- Author:
- Thomas.Diesler@jboss.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSFDeploymentException(String message)WSFDeploymentException(String message, Throwable cause)WSFDeploymentException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrethrow(Throwable cause)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
rethrow
public static void rethrow(Throwable cause)
-
-