Added in API level 1
ObjectStreamException
public
abstract
class
ObjectStreamException
extends IOException
| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.io.IOException | |||
| ↳ | java.io.ObjectStreamException | |||
|
|
Superclass of all exceptions specific to Object Stream classes.
Summary
Protected constructors | |
|---|---|
ObjectStreamException(String classname)
Create an ObjectStreamException with the specified argument. |
|
ObjectStreamException()
Create an ObjectStreamException. |
|
Inherited methods | |
|---|---|
java.lang.Throwable
| |
java.lang.Object
| |
Protected constructors
ObjectStreamException
Added in API level 1
ObjectStreamException (String classname)
Create an ObjectStreamException with the specified argument.
| Parameters | |
|---|---|
classname |
String:
the detailed message for the exception
|
ObjectStreamException
Added in API level 1
ObjectStreamException ()
Create an ObjectStreamException.
Interfaces
Classes
- BufferedInputStream
- BufferedOutputStream
- BufferedReader
- BufferedWriter
- ByteArrayInputStream
- ByteArrayOutputStream
- CharArrayReader
- CharArrayWriter
- Console
- DataInputStream
- DataOutputStream
- File
- FileDescriptor
- FileInputStream
- FileOutputStream
- FilePermission
- FileReader
- FileWriter
- FilterInputStream
- FilterOutputStream
- FilterReader
- FilterWriter
- InputStream
- InputStreamReader
- LineNumberInputStream
- LineNumberReader
- ObjectInputStream
- ObjectInputStream.GetField
- ObjectOutputStream
- ObjectOutputStream.PutField
- ObjectStreamClass
- ObjectStreamField
- OutputStream
- OutputStreamWriter
- PipedInputStream
- PipedOutputStream
- PipedReader
- PipedWriter
- PrintStream
- PrintWriter
- PushbackInputStream
- PushbackReader
- RandomAccessFile
- Reader
- SequenceInputStream
- SerializablePermission
- StreamTokenizer
- StringBufferInputStream
- StringReader
- StringWriter
- Writer
Exceptions
- CharConversionException
- EOFException
- FileNotFoundException
- InterruptedIOException
- InvalidClassException
- InvalidObjectException
- IOException
- NotActiveException
- NotSerializableException
- ObjectStreamException
- OptionalDataException
- StreamCorruptedException
- SyncFailedException
- UncheckedIOException
- UnsupportedEncodingException
- UTFDataFormatException
- WriteAbortedException
Errors

