Class MockIOException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.helger.commons.exception.mock.MockIOException
All Implemented Interfaces:
IMockException, Serializable

public class MockIOException extends IOException implements IMockException
IO exception for test cases.
Author:
Philip Helger
See Also:
  • Constructor Details

    • MockIOException

      public MockIOException()
    • MockIOException

      public MockIOException(String s)
    • MockIOException

      public MockIOException(Throwable t)
    • MockIOException

      public MockIOException(String s, Throwable t)