public class HawaiiTaskExecutionException extends HawaiiException
CompletableFuture.get()
throws an error.Constructor and Description |
---|
HawaiiTaskExecutionException()
Constructs a new
HawaiiTaskExecutionException . |
HawaiiTaskExecutionException(java.lang.String message)
Constructs a new
HawaiiTaskExecutionException with the supplied message . |
HawaiiTaskExecutionException(java.lang.String message,
java.lang.Throwable cause)
Constructs a new
HawaiiTaskExecutionException with the supplied message and cause . |
HawaiiTaskExecutionException(java.lang.Throwable cause)
Constructs a new
HawaiiTaskExecutionException with the supplied cause . |
public HawaiiTaskExecutionException()
HawaiiTaskExecutionException
.public HawaiiTaskExecutionException(java.lang.String message)
HawaiiTaskExecutionException
with the supplied message
.public HawaiiTaskExecutionException(java.lang.String message, java.lang.Throwable cause)
HawaiiTaskExecutionException
with the supplied message
and cause
.public HawaiiTaskExecutionException(java.lang.Throwable cause)
HawaiiTaskExecutionException
with the supplied cause
.