Modifier and Type | Method and Description |
---|---|
TaskException.Code |
TaskException.getCode() |
static TaskException.Code |
TaskException.Code.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TaskException.Code[] |
TaskException.Code.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
TaskException(String msg,
TaskException.Code code) |
TaskException(String msg,
TaskException.Code code,
Exception nestedEx) |
Copyright © 2022 WSO2. All rights reserved.