public final class BambooThrowables extends Object
Modifier and Type | Method and Description |
---|---|
static RuntimeException |
propagate(Throwable e)
Works just like
Throwables.propagate(Throwable) , but unwraps cause from
ExecutionException and UncheckedExecutionException |
public static RuntimeException propagate(Throwable e)
Throwables.propagate(Throwable)
, but unwraps cause from
ExecutionException
and UncheckedExecutionException
Copyright © 2021 Atlassian Software Systems Pty Ltd. All rights reserved.