org.infinispan.loader.s3
Class S3ConnectionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.infinispan.loader.CacheLoaderException
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.