org.slf4j.ext

Class EventException

public class EventException extends RuntimeException

Exception used to identify issues related to an event that is being logged.
Constructor Summary
EventException()
Default constructor.
EventException(String exceptionMessage)
Constructor that allows an exception message.
EventException(Throwable originalException)
Constructor that chains another Exception or Error.
EventException(String exceptionMessage, Throwable originalException)
Constructor that chains another Exception or Error and also allows a message to be specified.

Constructor Detail

EventException

public EventException()
Default constructor.

EventException

public EventException(String exceptionMessage)
Constructor that allows an exception message.

Parameters: exceptionMessage The exception message.

EventException

public EventException(Throwable originalException)
Constructor that chains another Exception or Error.

Parameters: originalException The original exception.

EventException

public EventException(String exceptionMessage, Throwable originalException)
Constructor that chains another Exception or Error and also allows a message to be specified.

Parameters: exceptionMessage The exception message. originalException The original excepton.

Copyright © 2005-2009 QOS.ch. All Rights Reserved.