public class SOAPIOException extends IOException
| Constructor and Description |
|---|
SOAPIOException() |
SOAPIOException(String s) |
SOAPIOException(String reason,
Throwable cause) |
SOAPIOException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
fillInStackTrace() |
String |
getLocalizedMessage() |
String |
getMessage() |
void |
printStackTrace() |
void |
printStackTrace(PrintStream s) |
void |
printStackTrace(PrintWriter s) |
String |
toString() |
addSuppressed, getCause, getStackTrace, getSuppressed, initCause, setStackTracepublic SOAPIOException()
public SOAPIOException(String s)
public SOAPIOException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class Throwablepublic String getMessage()
getMessage in class Throwablepublic void printStackTrace()
printStackTrace in class Throwablepublic void printStackTrace(PrintStream s)
printStackTrace in class Throwablepublic void printStackTrace(PrintWriter s)
printStackTrace in class ThrowableCopyright © 2005–2017 Oracle Corporation. All rights reserved.