it.jnrpe.events
Class EventExceptionParam
java.lang.Object
it.jnrpe.events.EventParam
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EventExceptionParam
public EventExceptionParam(Throwable exc)
- Builds and initializes the exception parameter
- Parameters:
exc - The exception.
Copyright © 2013. All Rights Reserved.