com.amazon.carbonado
Class PersistException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.amazon.carbonado.RepositoryException
              extended by 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

Constructor Summary
PersistException()
           
PersistException(String message)
           
PersistException(String message, Throwable cause)
           
PersistException(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

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.