it.jnrpe.events
Class EventExceptionParam

java.lang.Object
  extended by it.jnrpe.events.EventParam
      extended by it.jnrpe.events.EventExceptionParam

public class EventExceptionParam
extends EventParam

This object represent an 'EXCEPTION' parameter. It is usually used with the LogEvents to pass the exception to be logged.

Author:
Massimiliano Ziccardi

Constructor Summary
EventExceptionParam(Throwable exc)
          Builds and initializes the exception parameter.
 
Method Summary
 
Methods inherited from class it.jnrpe.events.EventParam
getName, getValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventExceptionParam

public EventExceptionParam(Throwable exc)
Builds and initializes the exception parameter.

Parameters:
exc - The exception.


Copyright © 2014. All Rights Reserved.