Class ProtocolCodecException

    • Constructor Detail

      • ProtocolCodecException

        public ProtocolCodecException()
        Constructs a new instance.
      • ProtocolCodecException

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

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

        public ProtocolCodecException​(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