org.jboss.jmx.adaptor.snmp.agent
Class MappingFailedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.jmx.adaptor.snmp.agent.MappingFailedException
- All Implemented Interfaces:
- Serializable
public class MappingFailedException
- extends Exception
MappingFailedException is used to report generic errors encountered
during the translation from notifications to traps.
- Version:
- $Revision: 23902 $
- Author:
- Spyros Pollatos, Dimitris Andreadis
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
MappingFailedException
public MappingFailedException()
- Constructs a MappingFailedException with null as its error
detail message.
MappingFailedException
public MappingFailedException(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
Copyright © 2002 JBoss Group, LLC. All Rights Reserved.