Class EncodingException

All Implemented Interfaces:
Serializable

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

    • EncodingException

      public EncodingException()
      Constructs an EncodingException with no specified detail message.
    • EncodingException

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