Package com.stardog.stark.io
Class WritingFailed
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.stardog.stark.io.RDFHandlerException
com.stardog.stark.io.WritingFailed
- All Implemented Interfaces:
Serializable
Indicates that there was an unexpected failure while writing
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionWritingFailed(String theMessage) WritingFailed(String theMessage, Throwable theCause) WritingFailed(Throwable theCause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
WritingFailed
-
WritingFailed
-
WritingFailed
-