org.springframework.aws.ivy
Class S3RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.aws.ivy.S3RepositoryException
All Implemented Interfaces:
java.io.Serializable

public class S3RepositoryException
extends java.lang.RuntimeException

A runtime wrapper exception for S3 exceptions thrown in the S3Repository.

Author:
Ben Hale
See Also:
Serialized Form

Constructor Summary
S3RepositoryException(java.lang.Throwable throwable)
           
 
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

S3RepositoryException

public S3RepositoryException(java.lang.Throwable throwable)