public class CommandExecutionException extends HandlerExecutionException
| Constructor and Description |
|---|
CommandExecutionException(String message,
Throwable cause)
Initializes the exception with given
message and cause. |
CommandExecutionException(String message,
Throwable cause,
Object details)
Initializes the exception with given
message, cause and an object providing application-specific
details. |
getDetails, resolveDetailsaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CommandExecutionException(String message, Throwable cause)
message and cause.message - The message describing the exceptioncause - The cause of the exceptionpublic CommandExecutionException(String message, Throwable cause, Object details)
message, cause and an object providing application-specific
details.message - The message describing the exceptioncause - The cause of the exceptiondetails - An object providing more error details (may be null)Copyright © 2010–2020. All rights reserved.