com.sentilla.io
Class IORuntimeException

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

public class IORuntimeException
extends RuntimeException

Signals that an I/O exception of some sort has occurred. This class has the same meaning as IOException but is a subclass of RuntimeException and thus does not need to be checked.

See Also:
Serialized Form

Constructor Summary
IORuntimeException()
           
IORuntimeException(String msg)
           
 
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

IORuntimeException

public IORuntimeException()

IORuntimeException

public IORuntimeException(String msg)


Copyright © 2007 Sentilla Corporation. All Rights Reserved.