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, toString
public BatchException(String message)
BatchException
with given message.message
- Messagepublic BatchException(String message, Throwable cause)
BatchException
with given message and cause.message
- Messagecause
- Cause of this BatchException
Copyright 2011-2015 ForgeRock AS.