Package com.oss.util

Class AmbiguousTagException

All Implemented Interfaces:
Serializable

public class AmbiguousTagException extends RuntimeException
Thrown by PDU class when decoding is impossible due to multiple PDUs are identified by the same tag.
Since:
ASN.1/Java 7.0
See Also:
  • Constructor Details

    • AmbiguousTagException

      public AmbiguousTagException(short tag, String message)
      The constructor.
      Parameters:
      tag - error message
      message - the failed BER tag
    • AmbiguousTagException

      public AmbiguousTagException(String tag, String message)
      The constructor.
      Parameters:
      tag - error message
      message - the failed XML or JSON tag