com.amazon.carbonado
Class FetchException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazon.carbonado.RepositoryException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
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.