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:
Serializable
An 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:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IORuntimeException
-