org.jrdf.graph.local.index.nodepool
Class ExternalBlankNodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.jrdf.graph.GraphException
              extended by org.jrdf.graph.local.index.nodepool.ExternalBlankNodeException
All Implemented Interfaces:
Serializable

public final class ExternalBlankNodeException
extends GraphException

See Also:
Serialized Form

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

ExternalBlankNodeException

public ExternalBlankNodeException(String message)

ExternalBlankNodeException

public ExternalBlankNodeException(Throwable throwable)

ExternalBlankNodeException

public ExternalBlankNodeException(String message,
                                  Throwable throwable)