Class NoDataProtocolException

    • Constructor Detail

      • NoDataProtocolException

        public NoDataProtocolException​(String message)
        Initializes a new instance of the NoDataProtocolException class.
        Parameters:
        message - the detail message (which is saved for later retrieval by the getMessage() method).
      • NoDataProtocolException

        public NoDataProtocolException​(Throwable cause)
        Initializes a new instance of the NoDataProtocolException class.
        Parameters:
        cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)
      • NoDataProtocolException

        public NoDataProtocolException​(String message,
                                       Throwable cause)
        Initializes a new instance of the NoDataProtocolException class.
        Parameters:
        message - the detail message (which is saved for later retrieval by the getMessage() method).
        cause - the cause (which is saved for later retrieval by the {code getCause()} method). (A null value is permitted, and indicates that the cause is nonexistent or unknown.)