Class 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 Detail

      • UnrecoverableIOException

        public UnrecoverableIOException​(String message)