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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UnrecoverableIOException
public UnrecoverableIOException(String message)