public class IllegalStateExceptionSupplier extends AnyExceptionSupplier<java.lang.RuntimeException>
Modifier and Type | Field and Description |
---|---|
static IllegalStateExceptionSupplier |
EMPTY_EXCEPTION |
Constructor and Description |
---|
IllegalStateExceptionSupplier() |
IllegalStateExceptionSupplier(<any> message,
java.lang.Throwable cause) |
IllegalStateExceptionSupplier(java.lang.String message) |
IllegalStateExceptionSupplier(java.lang.String message,
java.lang.Throwable cause) |
IllegalStateExceptionSupplier(java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.RuntimeException |
get() |
getCause, getMessageSupplier
public static final IllegalStateExceptionSupplier EMPTY_EXCEPTION
public IllegalStateExceptionSupplier()
public IllegalStateExceptionSupplier(java.lang.String message)
public IllegalStateExceptionSupplier(java.lang.Throwable cause)
public IllegalStateExceptionSupplier(java.lang.String message, java.lang.Throwable cause)
public IllegalStateExceptionSupplier(<any> message, java.lang.Throwable cause)
public java.lang.RuntimeException get()
get
in class AnyExceptionSupplier<java.lang.RuntimeException>