Package com.amazonaws.util
Class FakeIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- com.amazonaws.util.FakeIOException
-
- All Implemented Interfaces:
Serializable
public class FakeIOException extends IOException
Used for simulating an IOException for test purposes.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FakeIOException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
FakeIOException
public FakeIOException(String message)
-
-