Class ProtocolEncoderException

    • Constructor Detail

      • ProtocolEncoderException

        public ProtocolEncoderException()
        Constructs a new instance.
      • ProtocolEncoderException

        public ProtocolEncoderException​(String message)
        Constructs a new instance with the specified message.
        Parameters:
        message - The detail message
      • ProtocolEncoderException

        public ProtocolEncoderException​(Throwable cause)
        Constructs a new instance with the specified cause.
        Parameters:
        cause - The Exception's cause
      • ProtocolEncoderException

        public ProtocolEncoderException​(String message,
                                        Throwable cause)
        Constructs a new instance with the specified message and the specified cause.
        Parameters:
        message - The detail message
        cause - The Exception's cause