Class SourcedInterruptedException

All Implemented Interfaces:
ExceptionUtils.CustomStackTrace, Serializable

public class SourcedInterruptedException extends InterruptedException implements ExceptionUtils.CustomStackTrace
InterruptedException, which may include the source, see getInterruptSource().

This exception may be created directly where getCause() returns null, or by propagating an existing InterruptedException as returned by getCause().

Since:
2.3.2
See Also: