com.amazon.carbonado
Class Trigger.Abort

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
                  extended by com.amazon.carbonado.Trigger.Abort
All Implemented Interfaces:
Serializable
Enclosing class:
Trigger<S>

public static final class Trigger.Abort
extends PersistException

See Also:
Serialized Form

Method Summary
 Throwable fillInStackTrace()
          Override to remove the stack trace.
 Trigger.Abort withStackTrace()
          Returns this exception but with a fresh stack trace.
 
Methods inherited from class com.amazon.carbonado.RepositoryException
backoff, getRootCause, makeFetchException, makePersistException, toFetchException, toFetchException, toPersistException, toPersistException
 
Methods inherited from class java.lang.Throwable
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
 

Method Detail

fillInStackTrace

public Throwable fillInStackTrace()
Override to remove the stack trace.

Overrides:
fillInStackTrace in class Throwable

withStackTrace

public Trigger.Abort withStackTrace()
Returns this exception but with a fresh stack trace. The trace does not include the original thrower of this exception.



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