Package org.jboss.wsf.spi
Class WSFException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.jboss.wsf.spi.WSFException
-
- All Implemented Interfaces:
Serializable
public class WSFException extends RuntimeException
- Author:
- Heiko.Braun@jboss.com Created: Jul 11, 2007
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WSFException()WSFException(String message)WSFException(String message, Throwable cause)WSFException(Throwable cause)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidrethrow(String string, Throwable th)static voidrethrow(Throwable th)-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-