org.jets3t.service.io
Class UnrecoverableIOException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.jets3t.service.io.UnrecoverableIOException
All Implemented Interfaces:
java.io.Serializable

public class UnrecoverableIOException
extends java.io.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
UnrecoverableIOException(java.lang.String message)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnrecoverableIOException

public UnrecoverableIOException(java.lang.String message)