org.jrdf.graph
Class TripleFactoryException

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

public class TripleFactoryException
extends Exception

Exception from a TripleFactory operation.

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

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

TripleFactoryException

protected TripleFactoryException()

TripleFactoryException

public TripleFactoryException(String message)
Create an exception.

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

TripleFactoryException

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

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

TripleFactoryException

public TripleFactoryException(Throwable newCause)
Create a wrapper exception.

Parameters:
newCause - the original exception to wrap.