public interface INotifier
| Modifier and Type | Method and Description |
|---|---|
UUID |
notify(String message,
Throwable throwable)
Notify Samebug about an exception
|
UUID |
notify(String message,
Throwable throwable,
Date timestamp)
Notify Samebug about an exception
|
UUID |
notify(String message,
ThrowableProxy throwableProxy)
Notify Samebug about an exception
|
UUID |
notify(String message,
ThrowableProxy throwableProxy,
Date timestamp)
Notify Samebug about an exception
|
UUID notify(String message, Throwable throwable) throws NotifierException
message - custom message describing the eventthrowable - the caught exceptionNotifierExceptionUUID notify(String message, Throwable throwable, Date timestamp) throws NotifierException
message - custom message describing the eventthrowable - the caught exceptiontimestamp - the time of occurrenceNotifierExceptionUUID notify(String message, ThrowableProxy throwableProxy) throws NotifierException
message - custom message describing the eventthrowableProxy - proxy for the caught exceptionNotifierExceptionUUID notify(String message, ThrowableProxy throwableProxy, Date timestamp) throws NotifierException
message - custom message describing the eventthrowableProxy - proxy for the caught exceptiontimestamp - the time of occurrenceNotifierExceptionCopyright © 2014. All rights reserved.