java.io
Class WriteAbortedException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--java.io.ObjectStreamException
                          |
                          +--java.io.WriteAbortedException

public synchronized class WriteAbortedException
extends ObjectStreamException


Field Summary
 Exception detail
           
 
Constructor Summary
WriteAbortedException(String, Exception)
           
 
Method Summary
 Throwable getCause()
           
 String getMessage()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait
 

Field Detail

detail

public Exception detail
Constructor Detail

WriteAbortedException

public WriteAbortedException(String,
                             Exception)
Method Detail

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

getCause

public Throwable getCause()