Class WriteAbortedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class WriteAbortedException
    extends java.io.IOException
    An exception to be thrown when the write operation is aborted.

    That can be thrown inside ObjectCountCallback.setObjectCount(long).

    Since:
    4.1
    See Also:
    Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • 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

      • WriteAbortedException

        public WriteAbortedException()
        Construct a WriteAbortedException.
      • WriteAbortedException

        public WriteAbortedException​(java.lang.String s)
        Construct a WriteAbortedException.
        Parameters:
        s - message describing the issue
      • WriteAbortedException

        public WriteAbortedException​(java.lang.String s,
                                     java.lang.Throwable why)
        Construct a WriteAbortedException.
        Parameters:
        s - message describing the issue
        why - a lower level implementation specific issue.