org.infinispan.loader.s3
Class S3ConnectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.infinispan.loader.CacheLoaderException
              extended by org.infinispan.loader.s3.S3ConnectionException
All Implemented Interfaces:
Serializable

public class S3ConnectionException
extends CacheLoaderException

An exception thrown by a S3Bucket implementation if there are problems reading from S3.

Since:
4.0
Author:
Adrian Cole
See Also:
Serialized Form

Constructor Summary
S3ConnectionException()
           
S3ConnectionException(String message)
           
S3ConnectionException(String message, Throwable cause)
           
S3ConnectionException(Throwable cause)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

S3ConnectionException

public S3ConnectionException()

S3ConnectionException

public S3ConnectionException(String message)

S3ConnectionException

public S3ConnectionException(String message,
                             Throwable cause)

S3ConnectionException

public S3ConnectionException(Throwable cause)


Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.