org.simantics.databoard.file
Class RuntimeIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.simantics.databoard.file.RuntimeIOException
All Implemented Interfaces:
java.io.Serializable

public class RuntimeIOException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
RuntimeIOException(java.io.IOException e)
           
 
Method Summary
 java.io.IOException getCause()
           
 java.io.IOException getIOException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RuntimeIOException

public RuntimeIOException(java.io.IOException e)
Method Detail

getIOException

public java.io.IOException getIOException()

getCause

public java.io.IOException getCause()
Overrides:
getCause in class java.lang.Throwable