org.opennms.netmgt.poller.nrpe
Class NrpeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.poller.nrpe.NrpeException
All Implemented Interfaces:
Serializable

public class NrpeException
extends Exception

NrpeException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
NrpeException()
          Constructor for NrpeException.
NrpeException(String message)
          Constructor for NrpeException.
 
Method Summary
 
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

NrpeException

public NrpeException()

Constructor for NrpeException.


NrpeException

public NrpeException(String message)

Constructor for NrpeException.

Parameters:
message - a String object.


Copyright © 2011. All Rights Reserved.