org.openrdf.elmo.exceptions
Class ElmoException

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
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ElmoCompositionException, ElmoConversionException, ElmoInitializationException, ElmoIOException, ElmoMementoException, ElmoPersistException

public class ElmoException
extends PersistenceException

An unexpected general exception occurred durring an operation on a Bean or manager.

Author:
James Leigh
See Also:
Serialized Form

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

ElmoException

public ElmoException()

ElmoException

public ElmoException(String message,
                     Throwable cause)

ElmoException

public ElmoException(String message)

ElmoException

public ElmoException(Throwable cause)


Copyright © 2004-2008 Aduna. All Rights Reserved.