@ApiStatus.Internal
public final class ExceptionMechanismException
extends java.lang.RuntimeException
Mechanism
related to the decorated
Throwable
.Constructor and Description |
---|
ExceptionMechanismException(@Nullable Mechanism mechanism,
@Nullable java.lang.Throwable throwable,
@Nullable java.lang.Thread thread)
A
Throwable that decorates another with a Sentry Mechanism . |
Modifier and Type | Method and Description |
---|---|
Mechanism |
getExceptionMechanism() |
java.lang.Thread |
getThread() |
java.lang.Throwable |
getThrowable() |
public ExceptionMechanismException(@Nullable @Nullable Mechanism mechanism, @Nullable @Nullable java.lang.Throwable throwable, @Nullable @Nullable java.lang.Thread thread)
Throwable
that decorates another with a Sentry Mechanism
.mechanism
- The Mechanism
.throwable
- The Throwable
.thread
- The Thread
.public Mechanism getExceptionMechanism()
public java.lang.Throwable getThrowable()
public java.lang.Thread getThread()