Java org.springframework.core.task TaskRejectedException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.core.task TaskRejectedException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.core.task TaskRejectedException.

The text is from its open source code.

Constructor

TaskRejectedException(String msg, Throwable cause)
Create a new TaskRejectedException with the specified detail message and the given root cause.

Method

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