public final class BatchException extends Exception
| Constructor and Description |
|---|
BatchException(String message)
Constructs a new
BatchException with given message. |
BatchException(String message,
Throwable cause)
Constructs a new
BatchException with given message and cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BatchException(String message)
BatchException with given message.message - MessageCopyright © 2025 Open Identity Platform Community. All rights reserved.