Class PduException

java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.westhawk.snmp.stack.PduException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AgentException, DecodingException, EncodingException

public class PduException extends Exception
Version:
$Revision: 3.5 $ $Date: 2006/01/17 17:43:54 $
Author:
Birgit Arkesteijn
See Also:
  • Constructor Details

    • PduException

      public PduException()
      Constructs a PduException with no specified detail message.
    • PduException

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