JavaScript is disabled on your browser.
SwiftMQ 13.2.3
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
SwiftMQ 13.2.3
com.swiftmq.impl.streams
ExceptionCallback
Contents
Description
Method Summary
Method Details
execute(String, String)
Hide sidebar
Show sidebar
Interface ExceptionCallback
public interface
ExceptionCallback
Callback that can be registered on the Stream (onException).
Author:
IIT Software GmbH, Muenster/Germany, (c) 2016, All Rights Reserved
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
void
execute
(
String
exception,
String
lastStackTrace)
Single method executed as a function call as function(exception, lastStackTrace){...}
Method Details
execute
void
execute
(
String
exception,
String
lastStackTrace)
Single method executed as a function call as function(exception, lastStackTrace){...}
Parameters:
exception
- The last exception occurred
lastStackTrace
- Formatted stack trace of this exception