org.jboss.cache.loader.s3
Class S3Exception

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.cache.CacheException
                  extended by org.jboss.cache.loader.s3.S3Exception
All Implemented Interfaces:
Serializable

public class S3Exception
extends CacheException

Basic exception class.

See Also:
Serialized Form

Constructor Summary
S3Exception()
          Constructs a new S3Exception.
S3Exception(String arg0)
          Constructs a new S3Exception.
S3Exception(String arg0, Throwable arg1)
          Constructs a new S3Exception.
S3Exception(Throwable arg0)
          Constructs a new S3Exception.
 
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

S3Exception

public S3Exception()
Constructs a new S3Exception.


S3Exception

public S3Exception(String arg0)
Constructs a new S3Exception.


S3Exception

public S3Exception(Throwable arg0)
Constructs a new S3Exception.


S3Exception

public S3Exception(String arg0,
                   Throwable arg1)
Constructs a new S3Exception.



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