Package org.jets3t.service.io
Class UnrecoverableIOException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.jets3t.service.io.UnrecoverableIOException
-
- All Implemented Interfaces:
Serializable
public class UnrecoverableIOException extends IOException
Indicates an IOException that cannot, or should not, be recovered from. For example, if a user deliberately cancels an upload this exception should be thrown to indicate to JetS3t that the error was intentional.- Author:
- James Murty
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnrecoverableIOException(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
-
UnrecoverableIOException
public UnrecoverableIOException(String message)
-
-