public class ApplicationException extends CopycatException
Application exceptions are thrown when an exception occurs within a user-provided state machine.
| Constructor and Description |
|---|
ApplicationException(String message,
Object... args) |
ApplicationException(Throwable cause) |
ApplicationException(Throwable cause,
String message,
Object... args) |
getTypeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2013–2016. All rights reserved.