com.sentilla.io
Class ObjectStreamRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sentilla.io.IORuntimeException
                  extended by com.sentilla.io.ObjectStreamRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ObjectStreamNotSerializableException

public class ObjectStreamRuntimeException
extends IORuntimeException

Signals that an error occurred while processing an Object stream. Other exceptions extend this exception; use this exception to catch any exceptions with an Object stream operation.

See Also:
Serialized Form

Constructor Summary
ObjectStreamRuntimeException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ObjectStreamRuntimeException

public ObjectStreamRuntimeException()


Copyright © 2007 Sentilla Corporation. All Rights Reserved.