org.openrdf.elmo.exceptions
Class ElmoMementoException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.persistence.PersistenceException
                  extended by org.openrdf.elmo.exceptions.ElmoException
                      extended by org.openrdf.elmo.exceptions.ElmoMementoException
All Implemented Interfaces:
Serializable

public class ElmoMementoException
extends ElmoException

An unexpected exception ocurred while undoing repository changes.

Author:
James Leigh
See Also:
Serialized Form

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

ElmoMementoException

public ElmoMementoException()

ElmoMementoException

public ElmoMementoException(String message,
                            Throwable cause)

ElmoMementoException

public ElmoMementoException(String message)

ElmoMementoException

public ElmoMementoException(Throwable cause)


Copyright © 2004-2007. All Rights Reserved.