Serializablepublic class SOAPIOException extends IOException
| Constructor | Description |
|---|---|
SOAPIOException() |
|
SOAPIOException(String s) |
|
SOAPIOException(String reason,
Throwable cause) |
|
SOAPIOException(Throwable cause) |
| Modifier and Type | Method | Description |
|---|---|---|
Throwable |
fillInStackTrace() |
|
String |
getLocalizedMessage() |
|
String |
getMessage() |
|
void |
printStackTrace() |
|
void |
printStackTrace(PrintStream s) |
|
void |
printStackTrace(PrintWriter s) |
|
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitaddSuppressed, 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 © 2018 Oracle. All rights reserved.