csoap.xml.soap
Class SOAPExceptionImpl

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycsoap.xml.soap.SOAPExceptionImpl
All Implemented Interfaces:
java.io.Serializable

public class SOAPExceptionImpl
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
SOAPExceptionImpl()
           
SOAPExceptionImpl(java.lang.String string)
           
SOAPExceptionImpl(java.lang.String string, java.lang.Throwable throwable)
           
SOAPExceptionImpl(java.lang.Throwable throwable)
           
 
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
 

Constructor Detail

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)
Method Detail

getMessage

public java.lang.String getMessage()

getCause

public java.lang.Throwable getCause()

initCause

public java.lang.Throwable initCause(java.lang.Throwable throwable)