Class InvalidReaderException

  • All Implemented Interfaces:
    java.io.Serializable

    public class InvalidReaderException
    extends OperationFailedException
    Thrown whenever one of the data partition goes down
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      InvalidReaderException()
      Creates a new instance of TypeIndexNotDefined without detail message.
      InvalidReaderException​(int errorCode, java.lang.String reason, java.lang.String stackTrace)
      overloaded constructor.
      InvalidReaderException​(java.lang.String msg)
      Constructs an instance of TypeIndexNotDefined with the specified detail message.
      InvalidReaderException​(java.lang.String s, java.lang.IllegalArgumentException ex)
      overloaded constructor.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • InvalidReaderException

        public InvalidReaderException()
        Creates a new instance of TypeIndexNotDefined without detail message.
      • InvalidReaderException

        public InvalidReaderException​(java.lang.String msg)
        Constructs an instance of TypeIndexNotDefined with the specified detail message.
        Parameters:
        msg - the detail message.
      • InvalidReaderException

        public InvalidReaderException​(java.lang.String s,
                                      java.lang.IllegalArgumentException ex)
        overloaded constructor.
        Parameters:
        s - the detail message.
        ex - Nested exception
      • InvalidReaderException

        public InvalidReaderException​(int errorCode,
                                      java.lang.String reason,
                                      java.lang.String stackTrace)
        overloaded constructor.
        Parameters:
        errorCode - assigned errorCode
        reason - the detail message.
        stackTrace - stackTrace