Class PduDecodingException

All Implemented Interfaces:
Serializable

public class PduDecodingException extends RuntimeException
See Also:
  • Constructor Details

    • PduDecodingException

      public PduDecodingException(String msg, byte[] pdu)
    • PduDecodingException

      public PduDecodingException(String msg, byte[] pdu, Throwable t)
  • Method Details

    • getData

      public byte[] getData()