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:
- java.io.Serializable
public class WSFException
- extends java.lang.RuntimeException
- Author:
- Heiko.Braun@jboss.com
Created: Jul 11, 2007
- See Also:
- Serialized Form
Method Summary |
static void |
rethrow(java.lang.String string,
java.lang.Throwable th)
|
static void |
rethrow(java.lang.Throwable th)
|
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 |
WSFException
public WSFException()
WSFException
public WSFException(java.lang.String message)
WSFException
public WSFException(java.lang.String message,
java.lang.Throwable cause)
WSFException
public WSFException(java.lang.Throwable cause)
rethrow
public static void rethrow(java.lang.String string,
java.lang.Throwable th)
rethrow
public static void rethrow(java.lang.Throwable th)
Copyright © 2010 JBoss, a division of Red Hat. All Rights Reserved.