|
|||||||||
| Home >> All >> org >> apache >> [ wsif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.apache.wsif
Class WSIFException

java.lang.Objectjava.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.
| Nested Class Summary |
| Nested classes inherited from class java.lang.Throwable |
|
| Field Summary | |
private static long |
serialVersionUID
|
| Fields inherited from class java.rmi.RemoteException |
detail |
| Fields inherited from class java.lang.Throwable |
|
| 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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
| 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()
|
|||||||||
| Home >> All >> org >> apache >> [ wsif overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC