com.sun.xml.messaging.saaj.soap
Class SOAPIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.sun.xml.messaging.saaj.soap.SOAPIOException
All Implemented Interfaces:
java.io.Serializable

public class SOAPIOException
extends java.io.IOException

See Also:
Serialized Form

Constructor Summary
SOAPIOException()
           
SOAPIOException(java.lang.String s)
           
SOAPIOException(java.lang.String reason, java.lang.Throwable cause)
           
SOAPIOException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable fillInStackTrace()
           
 java.lang.String getLocalizedMessage()
           
 java.lang.String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(java.io.PrintStream s)
           
 void printStackTrace(java.io.PrintWriter s)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
getCause, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SOAPIOException

public SOAPIOException()

SOAPIOException

public SOAPIOException(java.lang.String s)

SOAPIOException

public SOAPIOException(java.lang.String reason,
                       java.lang.Throwable cause)

SOAPIOException

public SOAPIOException(java.lang.Throwable cause)
Method Detail

fillInStackTrace

public java.lang.Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class java.lang.Throwable

getLocalizedMessage

public java.lang.String getLocalizedMessage()
Overrides:
getLocalizedMessage in class java.lang.Throwable

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintStream s)
Overrides:
printStackTrace in class java.lang.Throwable

printStackTrace

public void printStackTrace(java.io.PrintWriter s)
Overrides:
printStackTrace in class java.lang.Throwable

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable