org.openrdf.repository.object.exceptions
Class RDFObjectException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.openrdf.repository.object.exceptions.RDFObjectException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
BehaviourException, MultipleObjectResultException, NoObjectResultException, ObjectCompositionException, ObjectConversionException, ObjectStoreException

public class RDFObjectException
extends RuntimeException

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

Author:
James Leigh
See Also:
Serialized Form

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

RDFObjectException

public RDFObjectException()

RDFObjectException

public RDFObjectException(String message,
                          Throwable cause)

RDFObjectException

public RDFObjectException(String message)

RDFObjectException

public RDFObjectException(Throwable cause)


Copyright © 2004-2009 James Leigh Services Inc.. All Rights Reserved.