Package java.io
Class WriteAbortedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- java.io.ObjectStreamException
-
- java.io.WriteAbortedException
-
- All Implemented Interfaces:
Serializable
public class WriteAbortedException extends ObjectStreamException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WriteAbortedException(String var0, Exception var1)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getMessage()
-
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
-
-