public class TaskException extends Exception
Modifier and Type | Class and Description |
---|---|
static class |
TaskException.Code |
Constructor and Description |
---|
TaskException(String msg,
TaskException.Code code) |
TaskException(String msg,
TaskException.Code code,
Exception nestedEx) |
Modifier and Type | Method and Description |
---|---|
TaskException.Code |
getCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public TaskException(String msg, TaskException.Code code)
public TaskException(String msg, TaskException.Code code, Exception nestedEx)
public TaskException.Code getCode()
Copyright © 2021 WSO2. All rights reserved.