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, toString
public 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 message
Copyright © 2025. All rights reserved.