Example usage for org.springframework.core.task TaskRejectedException getSuppressed

List of usage examples for org.springframework.core.task TaskRejectedException getSuppressed

Introduction

In this page you can find the example usage for org.springframework.core.task TaskRejectedException getSuppressed.

Prototype

public final synchronized Throwable[] getSuppressed() 

Source Link

Document

Returns an array containing all of the exceptions that were suppressed, typically by the try -with-resources statement, in order to deliver this exception.

Usage