Class DecodingException

All Implemented Interfaces:
Serializable

public class DecodingException extends PduException
Thrown to indicate that the response PDU cannot be decoded.
Version:
$Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
Author:
Birgit Arkesteijn
See Also:
  • Constructor Details

    • DecodingException

      public DecodingException()
      Constructs a DecodingException with no specified detail message.
    • DecodingException

      public DecodingException(String str)
      Constructs a DecodingException with the specified detail message.
      Parameters:
      str - The detail message.