public abstract class AsyncRuntimeException
extends java.lang.RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
AsyncRuntimeException() |
protected |
AsyncRuntimeException(@Nullable java.lang.String message) |
protected |
AsyncRuntimeException(@Nullable java.lang.String message,
@Nullable java.lang.Throwable cause) |
protected |
AsyncRuntimeException(@Nullable java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
@NotNull java.lang.Throwable |
fillInStackTrace() |
static @NotNull java.lang.RuntimeException |
fillInStackTrace(@NotNull java.lang.RuntimeException e) |
protected AsyncRuntimeException()
protected AsyncRuntimeException(@Nullable @Nullable java.lang.String message)
protected AsyncRuntimeException(@Nullable @Nullable java.lang.String message, @Nullable @Nullable java.lang.Throwable cause)
protected AsyncRuntimeException(@Nullable @Nullable java.lang.Throwable cause)