Class ProtocolException

    • Constructor Detail

      • ProtocolException

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

        public ProtocolException​(Throwable cause)
        Initializes a new instance of the ProtocolException 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.)
      • ProtocolException

        public ProtocolException​(String message,
                                 Throwable cause)
        Initializes a new instance of the ProtocolException 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.)