Class IORuntimeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.alfresco.utility.exception.IORuntimeException
All Implemented Interfaces:
Serializable

public class IORuntimeException extends RuntimeException
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 Details

    • IORuntimeException

      public IORuntimeException(IOException e)