|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.jrdf.graph.TripleFactoryException org.jrdf.graph.AlreadyReifiedException
Exception from a TripleFactory
operation involving the reificiation
of a statement - if the statement already has a reified triple.
Constructor Summary | |
AlreadyReifiedException(String message)
Create an exception. |
|
AlreadyReifiedException(String message,
Throwable newCause)
Create a wrapper exception. |
|
AlreadyReifiedException(Throwable newCause)
Create a wrapper exception. |
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 |
public AlreadyReifiedException(String message)
message
- the message to wrap inside this exception.public AlreadyReifiedException(String message, Throwable newCause)
message
- the message to wrap inside this exception.newCause
- the original exception to wrap.public AlreadyReifiedException(Throwable newCause)
newCause
- the original exception to wrap.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |