org.jrdf.graph
Class AlreadyReifiedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jrdf.graph.TripleFactoryException
              extended by org.jrdf.graph.AlreadyReifiedException
All Implemented Interfaces:
Serializable

public final class AlreadyReifiedException
extends TripleFactoryException

Exception from a TripleFactory operation involving the reificiation of a statement - if the statement already has a reified triple.

Version:
$Revision: 1804 $
Author:
Andrew Newman
See Also:
Serialized Form

Constructor Summary
AlreadyReifiedException(String message)
          Create an exception.
AlreadyReifiedException(String message, Throwable newCause)
          Create a wrapper exception.
AlreadyReifiedException(Throwable newCause)
          Create a wrapper exception.
 
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

AlreadyReifiedException

public AlreadyReifiedException(String message)
Create an exception.

Parameters:
message - the message to wrap inside this exception.

AlreadyReifiedException

public AlreadyReifiedException(Throwable newCause)
Create a wrapper exception.

Parameters:
newCause - the original exception to wrap.

AlreadyReifiedException

public AlreadyReifiedException(String message,
                               Throwable newCause)
Create a wrapper exception.

Parameters:
message - the message to wrap inside this exception.
newCause - the original exception to wrap.