Java org.apache.commons.lang3.concurrent ConcurrentException fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3.concurrent ConcurrentException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3.concurrent ConcurrentException.

The text is from its open source code.

Constructor

ConcurrentException(final Throwable cause)
Creates a new instance of ConcurrentException and initializes it with the given cause.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.