Class 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)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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

      • WritingFailed

        public WritingFailed​(java.lang.String theMessage)
      • WritingFailed

        public WritingFailed​(java.lang.Throwable theCause)
      • WritingFailed

        public WritingFailed​(java.lang.String theMessage,
                             java.lang.Throwable theCause)