Package org.alfresco.utility.exception
Class IORuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.alfresco.utility.exception.IORuntimeException
-
- All Implemented Interfaces:
java.io.Serializable
public class IORuntimeException extends java.lang.RuntimeExceptionAn unchecked exception to wrap IOExceptions. Usually when a test file cannot be created then we want to fail without trying to handle the exception.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IORuntimeException(java.io.IOException e)
-