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:
Serializable

public class SOAPIOException
extends IOException

See Also:
Serialized Form

Constructor Summary
SOAPIOException()
           
SOAPIOException(String s)
           
SOAPIOException(String reason, Throwable cause)
           
SOAPIOException(Throwable cause)
           
 
Method Summary
 Throwable fillInStackTrace()
           
 String getLocalizedMessage()
           
 String getMessage()
           
 void printStackTrace()
           
 void printStackTrace(PrintStream s)
           
 void printStackTrace(PrintWriter s)
           
 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(String s)

SOAPIOException

public SOAPIOException(String reason,
                       Throwable cause)

SOAPIOException

public SOAPIOException(Throwable cause)
Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Overrides:
fillInStackTrace in class Throwable

getLocalizedMessage

public String getLocalizedMessage()
Overrides:
getLocalizedMessage in class Throwable

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

printStackTrace

public void printStackTrace()
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintStream s)
Overrides:
printStackTrace in class Throwable

printStackTrace

public void printStackTrace(PrintWriter s)
Overrides:
printStackTrace in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.