org.openrdf.elmo.exceptions
Class ElmoIOException

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

public class ElmoIOException
extends ElmoException

A Bean property or type could not be read.

Author:
James Leigh
See Also:
Serialized Form

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

ElmoIOException

public ElmoIOException()

ElmoIOException

public ElmoIOException(String message,
                       Throwable cause)

ElmoIOException

public ElmoIOException(String message)

ElmoIOException

public ElmoIOException(Throwable cause)


Copyright © 2004-2008 Aduna. All Rights Reserved.