public class OctopusException extends IOException
Modifier and Type | Field and Description |
---|---|
private String |
adaptorName |
private static long |
serialVersionUID |
private URI |
uri |
Constructor and Description |
---|
OctopusException(String s) |
OctopusException(String message,
Exception error) |
OctopusException(String s,
String adaptorName,
URI uri) |
OctopusException(String message,
Throwable t,
String adaptorName,
URI uri) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
private static final long serialVersionUID
private final String adaptorName
private final URI uri
public OctopusException(String s)
public String getMessage()
getMessage
in class Throwable