public class WriteAbortedException extends ObjectStreamException
Constructor and Description |
---|
WriteAbortedException(Exception e) |
WriteAbortedException(String s) |
WriteAbortedException(String s,
Exception e) |
Modifier and Type | Method and Description |
---|---|
String |
getMessage()
Returns the extra information message which was provided when this
Throwable was created. |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Exception detail
public WriteAbortedException(String s)
public WriteAbortedException(Exception e)
public String getMessage()
Throwable
Throwable
was created. Returns null
if no message was
provided at creation time.getMessage
in class Throwable
Throwable
's detail message.