org.apache.wsif
Class WSIFException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byjava.rmi.RemoteException
                  extended byorg.apache.wsif.WSIFException
All Implemented Interfaces:
java.io.Serializable

public class WSIFException
extends java.rmi.RemoteException

A WSIFException is used to indicate something going wrong within the Web service invocation framework and not something that is related to the service invocation itself.

Author:
Paul Fremantle, Alekander Slominski, Matthew J. Duftler, Sanjiva Weerawarana, Nirmal Mukhi
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.rmi.RemoteException
detail
 
Constructor Summary
WSIFException(java.lang.String msg)
           
WSIFException(java.lang.String msg, java.lang.Throwable targetException)
           
 
Method Summary
 java.lang.Throwable getTargetException()
           
 void setTargetException(java.lang.Throwable targetException)
           
 
Methods inherited from class java.rmi.RemoteException
getCause, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

WSIFException

public WSIFException(java.lang.String msg)

WSIFException

public WSIFException(java.lang.String msg,
                     java.lang.Throwable targetException)
Method Detail

setTargetException

public void setTargetException(java.lang.Throwable targetException)

getTargetException

public java.lang.Throwable getTargetException()


Copyright ? 2002, 2006 Apache XML Project. All Rights Reserved.