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:
  • Constructor Details

    • UnrecoverableIOException

      public UnrecoverableIOException(String message)