com.amazon.carbonado
Class PersistException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.amazon.carbonado.RepositoryException
com.amazon.carbonado.PersistException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ConstraintException, OptimisticLockException, PersistDeadlockException, PersistDeniedException, PersistInterruptedException, PersistMultipleException, PersistNoneException, PersistTimeoutException, Trigger.Abort
public class PersistException
- extends RepositoryException
A PersistException is caused by a failure when inserting, updating, or
deleting 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 |
PersistException
public PersistException()
PersistException
public PersistException(String message)
PersistException
public PersistException(String message,
Throwable cause)
PersistException
public PersistException(Throwable cause)
Copyright © 2006-2009 Amazon Technologies, Inc.. All Rights Reserved.