org.abstracthorizon.danube.support
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.abstracthorizon.danube.support.RuntimeIOException
All Implemented Interfaces:
Serializable

public class RuntimeIOException
extends RuntimeException

Runtime IO exception. Base class to be used for all IO related exceptions.

Author:
Daniel Sendula
See Also:
Serialized Form

Constructor Summary
RuntimeIOException()
          Constructor
RuntimeIOException(IOException cause)
          Constructor
RuntimeIOException(String msg)
          Constructor
RuntimeIOException(String msg, IOException cause)
          Constructor
 
Method Summary
 IOException getIOCause()
          Returns cause as IOException
 
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

RuntimeIOException

public RuntimeIOException()
Constructor


RuntimeIOException

public RuntimeIOException(String msg)
Constructor

Parameters:
msg - message

RuntimeIOException

public RuntimeIOException(IOException cause)
Constructor

Parameters:
cause - underlaying cause

RuntimeIOException

public RuntimeIOException(String msg,
                          IOException cause)
Constructor

Parameters:
msg - message
cause - underlaying cause
Method Detail

getIOCause

public IOException getIOCause()
Returns cause as IOException

Returns:
cause as IOException


Copyright © 2005-2009 Abstract Horizon. All Rights Reserved.