Class AgentException

All Implemented Interfaces:
Serializable

public class AgentException extends PduException
Thrown to indicate that the response PDU was received OK, but the PDU contains an error.
Version:
$Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
Author:
Birgit Arkesteijn
See Also:
  • Constructor Details

    • AgentException

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

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