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