站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 varia API Documentation 英文版文档

BadSnmpVersionException (Various API) - JBoss 4.0.1 sp1 varia API Documentation 英文版文档


org.jboss.jmx.adaptor.snmp.agent
Class BadSnmpVersionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.jboss.jmx.adaptor.snmp.agent.BadSnmpVersionException
All Implemented Interfaces:
Serializable

public class BadSnmpVersionException
extends Exception

Version:
$Revision: 1.2.6.1 $
Author:
Spyros Pollatos, Dimitris Andreadis
See Also:
Serialized Form

Constructor Summary
BadSnmpVersionException()
          Constructs a BadSnmpVersionException with null as its error detail message.
BadSnmpVersionException(String s)
          Constructs a BadSnmpVersionException with the specified detail message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BadSnmpVersionException

public BadSnmpVersionException()
Constructs a BadSnmpVersionException with null as its error detail message.


BadSnmpVersionException

public BadSnmpVersionException(String s)
Constructs a BadSnmpVersionException with the specified detail message. The error message can be retrieved by the Throwable.getMessage().

Parameters:
s - the detail message


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.