Class WritingFailed

All Implemented Interfaces:
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:
  • Constructor Details

    • WritingFailed

      public WritingFailed(String theMessage)
    • WritingFailed

      public WritingFailed(Throwable theCause)
    • WritingFailed

      public WritingFailed(String theMessage, Throwable theCause)