Class DecodeFailedException

  • All Implemented Interfaces:
    Serializable

    public class DecodeFailedException
    extends ProtocolException
    Exception thrown when decoding of incoming data fails for some reason. In general, this exception is not thrown to services, as decoding of incoming messages and handling of any decoding failures happens before any events are fired to the service.
    See Also:
    Serialized Form
    • Constructor Detail

      • DecodeFailedException

        public DecodeFailedException()
      • DecodeFailedException

        public DecodeFailedException​(String msg)
      • DecodeFailedException

        public DecodeFailedException​(String msg,
                                     Throwable cause)