Package org.eclipse.net4j.util.io
Class IORuntimeException
- java.lang.Object
- 
- java.lang.Throwable
- 
- java.lang.Exception
- 
- java.lang.RuntimeException
- 
- org.eclipse.net4j.util.io.IORuntimeException
 
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable
 
 public class IORuntimeException extends java.lang.RuntimeException- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description IORuntimeException()IORuntimeException(java.lang.String message)IORuntimeException(java.lang.String message, java.lang.Throwable cause)IORuntimeException(java.lang.Throwable cause)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidrethrow()
 
- 
- 
- 
Constructor Detail- 
IORuntimeExceptionpublic IORuntimeException() 
 - 
IORuntimeExceptionpublic IORuntimeException(java.lang.String message) 
 - 
IORuntimeExceptionpublic IORuntimeException(java.lang.Throwable cause) 
 - 
IORuntimeExceptionpublic IORuntimeException(java.lang.String message, java.lang.Throwable cause)
 
- 
 
-