public class ActionException extends Exception
ActionInvocation when an action execution failed.| Constructor and Description |
|---|
ActionException(ErrorCode errorCode) |
ActionException(ErrorCode errorCode,
String message) |
ActionException(ErrorCode errorCode,
String message,
boolean concatMessages) |
ActionException(ErrorCode errorCode,
String message,
Throwable cause) |
ActionException(int errorCode,
String message) |
ActionException(int errorCode,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrorCode() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2023 jUPnP.org. All rights reserved.