org.jboss.wsf.spi
Class WSFException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
WSFException()
           
WSFException(java.lang.String message)
           
WSFException(java.lang.String message, java.lang.Throwable cause)
           
WSFException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)
Method Detail

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.