public class ExecutionFailedException extends Exception
FallibleCommand
if it's unable to complete its execution.Constructor and Description |
---|
ExecutionFailedException()
Creates a new exception instance.
|
ExecutionFailedException(String message)
Creates a new exception instance with the given
message . |
ExecutionFailedException(String message,
Throwable cause)
Creates a new exception instance with the given
message and
cause . |
ExecutionFailedException(Throwable cause)
Creates a new exception instance with the given
cause . |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public ExecutionFailedException()
public ExecutionFailedException(String message)
message
.message
- the exception messagepublic ExecutionFailedException(Throwable cause)
cause
.cause
- the exception causeCopyright © 2025. All rights reserved.