public class ActionProcessingException extends Exception
Constructor and Description |
---|
ActionProcessingException()
Creates a new ActionProcessingException without specifying a reason
for the failure.
|
ActionProcessingException(String reason)
Creates a new ActionProcessingException.
|
ActionProcessingException(Throwable error)
Creates a new ActionProcessingException.
|
Modifier and Type | Method and Description |
---|---|
Throwable |
getNestedException()
Returns the nested Throwable containing the underlying failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ActionProcessingException()
public ActionProcessingException(String reason)
reason
- The reason for the failure.public ActionProcessingException(Throwable error)
error
- The Throwable that caused the failure.public Throwable getNestedException()
Copyright © 2023. All rights reserved.