public class ActionNotSuccessfulException extends Exception implements Serializable
| Constructor and Description |
|---|
ActionNotSuccessfulException(String message)
Creates a new ActionNotSuccessfulException object.
|
ActionNotSuccessfulException(String message,
Object exceptionObject)
Creates a new ActionNotSuccessfulException object.
|
ActionNotSuccessfulException(String message,
Throwable cause)
Creates a new ActionNotSuccessfulException object.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
getExceptionObject()
DOCUMENT ME!
|
void |
setExceptionObject(Object exceptionObject)
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionNotSuccessfulException(String message)
message - DOCUMENT ME!public ActionNotSuccessfulException(String message, Throwable cause)
message - DOCUMENT ME!cause - DOCUMENT ME!Copyright © 2012–2026 cismet GmbH. All rights reserved.