public class EncodingException extends PduException
Constructor and Description |
---|
EncodingException()
Constructs an EncodingException with no specified detail message.
|
EncodingException(java.lang.String str)
Constructs an EncodingException with the specified detail
message.
|