com.sun.xml.messaging.saaj.soap
Class SOAPIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.sun.xml.messaging.saaj.soap.SOAPIOException
- All Implemented Interfaces:
- Serializable
public class SOAPIOException
- extends IOException
- See Also:
- Serialized Form
SOAPIOException
public SOAPIOException()
SOAPIOException
public SOAPIOException(String s)
SOAPIOException
public SOAPIOException(String reason,
Throwable cause)
SOAPIOException
public SOAPIOException(Throwable cause)
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.