Class ProtocolViolationException

    • Constructor Detail

      • ProtocolViolationException

        public ProtocolViolationException()
        Creates a new exception.
      • ProtocolViolationException

        public ProtocolViolationException​(@Nullable
                                          String message)
        Creates a new instance with the specified message.
      • ProtocolViolationException

        public ProtocolViolationException​(@Nullable
                                          String message,
                                          @Nullable
                                          Throwable cause)
        Creates a new instance with the specified message and cause.
      • ProtocolViolationException

        public ProtocolViolationException​(@Nullable
                                          Throwable cause)
        Creates a new instance with the specified cause.
      • ProtocolViolationException

        protected ProtocolViolationException​(@Nullable
                                             String message,
                                             @Nullable
                                             Throwable cause,
                                             boolean enableSuppression,
                                             boolean writableStackTrace)
        Creates a new instance with the specified message, cause, suppression enabled or disabled, and writable stack trace enabled or disabled.