Package | Description |
---|---|
com.mmbnetworks.gatewayapi.exception |
Modifier and Type | Method and Description |
---|---|
static ExceptionCode |
ExceptionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExceptionCode[] |
ExceptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static CompletionException |
ExceptionUtils.completionException(ExceptionCode exceptionCode,
String description) |
static <T> CompletableFuture<T> |
ExceptionUtils.exceptionalFuture(ExceptionCode exceptionCode,
String description) |
Copyright © 2021. All rights reserved.