com.amazon.carbonado
Class FetchMultipleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazon.carbonado.RepositoryException
com.amazon.carbonado.FetchException
com.amazon.carbonado.FetchMultipleException
- All Implemented Interfaces:
- Serializable
public class FetchMultipleException
- extends FetchException
A FetchMultipleException is thrown when a fetch operation returned more
than one record when at most one was expected.
- 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 |
FetchMultipleException
public FetchMultipleException()
FetchMultipleException
public FetchMultipleException(String message)
FetchMultipleException
public FetchMultipleException(String message,
Throwable cause)
FetchMultipleException
public FetchMultipleException(Throwable cause)
makePersistException
protected PersistException makePersistException(String message,
Throwable cause)
- Description copied from class:
RepositoryException
- Subclasses can override this to provide a more specialized exception.
- Overrides:
makePersistException in class RepositoryException
- Parameters:
message - exception message, which may be nullcause - non-null cause
Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.