public class JobFieldInconsistentException extends RuntimeException
| Constructor and Description |
|---|
JobFieldInconsistentException(String message,
Object... arguments)
Constructs a new
JobFieldInconsistentException with the given
message, formatting as described at
Strings.format(String, Object...). |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobFieldInconsistentException(String message, Object... arguments)
JobFieldInconsistentException with the given
message, formatting as described at
Strings.format(String, Object...).message - the detail messagearguments - arguments referenced by format specifiers in messageCopyright © 2025. All rights reserved.