org.apache.wsif
Class WSIFException

java.lang.Objec
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.rmi.RemoteException
                          |
                          +--

org.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

Fields inherited from class java.rmi.RemoteException

detail
 

 

Constructor Summary

java.lang.String)">WSIFException(java.lang.String msg)
 
java.lang.String, java.lang.Throwable)">WSIFException(java.lang.String msg, java.lang.Throwable targetException)
 
 

 

Method Summary

 java.lang.Throwable getTargetException()
 
 void java.lang.Throwable)">setTargetException(java.lang.Throwable targetException)
 
 

Methods inherited from class java.rmi.RemoteException

getMessage, printStackTrace, printStackTrace, printStackTrace
 

Methods inherited from class java.lang.Throwable

fillInStackTrace, getLocalizedMessage, toString
 

Methods inherited from class java.lang.Object

equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

 

Constructor Detail

java.lang.String)">

 

WSIFException

public 

WSIFException

(java.lang.String msg)
java.lang.String, java.lang.Throwable)">

 

WSIFException

public 

WSIFException

(java.lang.String msg, java.lang.Throwable targetException)

 

Method Detail

java.lang.Throwable)">

 

setTargetException

public void 

setTargetException

(java.lang.Throwable targetException)

 

getTargetException

public java.lang.Throwable 

getTargetException

()
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.