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