org.apache.wsif
Class WSIFException
java.lang.Object
|
+--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 |
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 |
WSIFException
public WSIFException(java.lang.String msg)
WSIFException
public WSIFException(java.lang.String msg,
java.lang.Throwable targetException)
setTargetException
public void setTargetException(java.lang.Throwable targetException)
getTargetException
public java.lang.Throwable getTargetException()
Copyright © 2002, 2002 Apache XML Project. All Rights Reserved.