public class ActionNotSuccessfulException extends Exception implements Serializable
| Constructor and Description |
|---|
ActionNotSuccessfulException()
Creates a new instance of ActionNotSuccessfullException.
|
ActionNotSuccessfulException(String message)
Creates a new ActionNotSuccessfulException object.
|
ActionNotSuccessfulException(String message,
Exception nestedExceptions)
Creates a new ActionNotSuccessfulException object.
|
| Modifier and Type | Method and Description |
|---|---|
Exception |
getNestedExceptions()
DOCUMENT ME!
|
boolean |
hasNestedExceptions()
DOCUMENT ME!
|
void |
setNestedExceptions(Exception nestedExceptions)
DOCUMENT ME!
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ActionNotSuccessfulException()
public ActionNotSuccessfulException(String message)
message - DOCUMENT ME!public Exception getNestedExceptions()
public void setNestedExceptions(Exception nestedExceptions)
nestedExceptions - DOCUMENT ME!public boolean hasNestedExceptions()
Copyright © 2012–2025 cismet GmbH. All rights reserved.