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

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

public class MappingFailedException
extends java.lang.Exception

MappingFailedException is used to report generic errors encountered during the translation from notifications to traps.

See Also:
Serialized Form

Constructor Summary
MappingFailedException()
          Constructs a MappingFailedException with null as its error detail message.
MappingFailedException(java.lang.String s)
          Constructs a MappingFailedException 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

MappingFailedException

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


MappingFailedException

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

Parameters:
s - the detail message