soaprmi.soap
Class SoapException
java.lang.Object
java.lang.Throwable
java.lang.Exception
soaprmi.soap.SoapException
- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- DeserializeException, MarshalException, SerializeException, SoapEncException, ValidationException
- public class SoapException
- extends java.lang.Exception
Signal general SOAP problem.
- Version:
- $Revision: 1.4 $
- Author:
- Aleksander Slominski
- See Also:
- Serialized Form
|
Field Summary |
java.lang.Throwable |
detail
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
detail
public java.lang.Throwable detail
SoapException
public SoapException()
SoapException
public SoapException(java.lang.String s)
SoapException
public SoapException(java.lang.String s,
java.lang.Throwable ex)
getMessage
public java.lang.String getMessage()
printStackTrace
public void printStackTrace(java.io.PrintStream ps)
printStackTrace
public void printStackTrace()
printStackTrace
public void printStackTrace(java.io.PrintWriter pw)
Copyright (c) 2004 IU Extreme! Lab http://www.extreme.indiana.edu/ All Rights Reserved.