public class MisplacedTaskMethodException extends RuntimeException
TaskInterface method is called directly on a user POJO
rather than the wrapper return from Orchestrator.task(TaskInterface),
when the user POJO has not overridden such methods (which is usually the case).| Constructor and Description |
|---|
MisplacedTaskMethodException(TaskInterface<?> task,
String method) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MisplacedTaskMethodException(TaskInterface<?> task, String method)
Copyright © 2021. All rights reserved.