public class JobPersistenceException extends SchedulerException
| Constructor and Description |
|---|
JobPersistenceException(java.lang.String msg)
Create a
JobPersistenceException with the given message. |
JobPersistenceException(java.lang.String msg,
java.lang.Throwable cause)
Create a
JobPersistenceException with the given message
and cause. |
getUnderlyingException, toStringpublic JobPersistenceException(java.lang.String msg)
Create a JobPersistenceException with the given message.
public JobPersistenceException(java.lang.String msg,
java.lang.Throwable cause)
Create a JobPersistenceException with the given message
and cause.
Copyright IBM Corp. 2024, 2025