org.openrdf.elmo.exceptions
Class ElmoPersistException

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.ElmoPersistException
All Implemented Interfaces:
Serializable

public class ElmoPersistException
extends ElmoException

A Bean property faild to be saved.

Author:
James Leigh
See Also:
Serialized Form

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

ElmoPersistException

public ElmoPersistException()

ElmoPersistException

public ElmoPersistException(String message,
                            Throwable cause)

ElmoPersistException

public ElmoPersistException(String message)

ElmoPersistException

public ElmoPersistException(Throwable cause)


Copyright © 2004-2008 Aduna. All Rights Reserved.