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