com.amazon.carbonado
Class FetchException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.amazon.carbonado.RepositoryException
              extended by com.amazon.carbonado.FetchException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
CorruptEncodingException, FetchDeadlockException, FetchInterruptedException, FetchMultipleException, FetchNoneException, FetchTimeoutException

public class FetchException
extends RepositoryException

A FetchException is caused by a failure when selecting records from a Repository.

Author:
Brian S O'Neill
See Also:
Serialized Form

Constructor Summary
FetchException()
           
FetchException(String message)
           
FetchException(String message, Throwable cause)
           
FetchException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class com.amazon.carbonado.RepositoryException
backoff, getRootCause, makeFetchException, makePersistException, toFetchException, toFetchException, toPersistException, toPersistException
 
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

FetchException

public FetchException()

FetchException

public FetchException(String message)

FetchException

public FetchException(String message,
                      Throwable cause)

FetchException

public FetchException(Throwable cause)


Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.