![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.io.IOException | +--java.io.ObjectStreamException | +--java.io.WriteAbortedException
Field Summary | |
Exception |
detail
Exception that was caught while writing the ObjectStream. |
Constructor Summary | |
WriteAbortedException(String s,
Exception ex)
Thrown during a read operation when one of the ObjectStreamExceptions was thrown during a write operation. |
Method Summary | |
String |
getMessage()
Produce the message and include the message from the nested exception, if there is one. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace,
getLocalizedMessage,
printStackTrace,
printStackTrace,
printStackTrace,
toString |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Field Detail |
public Exception detail
Constructor Detail |
public WriteAbortedException(String s, Exception ex)
Method Detail |
public String getMessage()
Throwable
object if it was created
with an
error message string; or null
if it was
created
with no error message.
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |