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:
- [email protected]
- See Also:
- Serialized Form
Constructor Summary
Constructors Constructor and Description WSFDeploymentException(String message)
WSFDeploymentException(String message, Throwable cause)
WSFDeploymentException(Throwable cause)
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static void
rethrow(Throwable cause)
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2020 JBoss, by Red Hat. All rights reserved.