csoap.xml.soap
Class SOAPExceptionImpl
java.lang.Object
java.lang.Throwable
java.lang.Exception
csoap.xml.soap.SOAPExceptionImpl
- All Implemented Interfaces:
- java.io.Serializable
- public class SOAPExceptionImpl
- extends java.lang.Exception
- See Also:
- Serialized Form
Method Summary |
java.lang.Throwable |
getCause()
|
java.lang.String |
getMessage()
|
java.lang.Throwable |
initCause(java.lang.Throwable throwable)
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getStackTrace, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
SOAPExceptionImpl
public SOAPExceptionImpl()
SOAPExceptionImpl
public SOAPExceptionImpl(java.lang.String string)
SOAPExceptionImpl
public SOAPExceptionImpl(java.lang.String string,
java.lang.Throwable throwable)
SOAPExceptionImpl
public SOAPExceptionImpl(java.lang.Throwable throwable)
getMessage
public java.lang.String getMessage()
getCause
public java.lang.Throwable getCause()
initCause
public java.lang.Throwable initCause(java.lang.Throwable throwable)