public class InvalidTask extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
InvalidTask.AlreadyAdded
Attempts to add the same POJO task more than once are rejected else the
results would be ambiguous.
|
static class |
InvalidTask.BadParam
Thrown when a task method has a parameter that cannot be processed by the
orchestrator.
|
static class |
InvalidTask.BadReturn
Thrown when a task method has a return type that is neither void nor
boolean.
|
static class |
InvalidTask.NameConflict |
static class |
InvalidTask.NotPublic |
| Constructor and Description |
|---|
InvalidTask(String message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InvalidTask(String message)
Copyright © 2018. All rights reserved.