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:
java.io.Serializable
public class WritingFailed extends RDFHandlerException
Indicates that there was an unexpected failure while
writing
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WritingFailed(java.lang.String theMessage)
WritingFailed(java.lang.String theMessage, java.lang.Throwable theCause)
WritingFailed(java.lang.Throwable theCause)
-