public class FailedMethodException extends RuntimeException
| Constructor and Description |
|---|
FailedMethodException()
An exception caught when a method failed to execute correctly.
|
FailedMethodException(String message)
An exception caught when a method failed to execute correctly.
|
FailedMethodException(String message,
Object... param)
An exception caught when a method failed to execute correctly.
|
FailedMethodException(String message,
Throwable thrown)
An exception caught when a method failed to execute correctly.
|
FailedMethodException(String message,
Throwable thrown,
Object... param)
An exception caught when a method failed to execute correctly.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FailedMethodException()
public FailedMethodException(String message)
message - Exception messagepublic FailedMethodException(String message, Throwable thrown)
message - Exception messagethrown - Original exception caughtpublic FailedMethodException(String message, Object... param)
message - Exception messageparam - Optional parametersCopyright © 2022. All rights reserved.