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, setStackTrace
public SOAPIOException()
public SOAPIOException(String s)
public SOAPIOException(Throwable cause)
public Throwable fillInStackTrace()
fillInStackTrace
in class Throwable
public String getLocalizedMessage()
getLocalizedMessage
in class Throwable
public String getMessage()
getMessage
in class Throwable
public void printStackTrace()
printStackTrace
in class Throwable
public void printStackTrace(PrintStream s)
printStackTrace
in class Throwable
public void printStackTrace(PrintWriter s)
printStackTrace
in class Throwable
Copyright © 2019 JBoss by Red Hat. All rights reserved.