public class IllegalStateExceptionSupplier
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| static IllegalStateExceptionSupplier | EMPTY_EXCEPTION | 
| Constructor and Description | 
|---|
| IllegalStateExceptionSupplier() | 
| IllegalStateExceptionSupplier( | 
| 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() | 
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(message, java.lang.Throwable cause)