public class JobPersistenceException
extends org.jppf.JPPFException
| Constructor and Description |
|---|
JobPersistenceException(String message)
Initialize this exception with a specified message.
|
JobPersistenceException(String message,
Throwable cause)
Initialize this exception with a specified message and cause exception.
|
JobPersistenceException(Throwable cause)
Initialize this exception with a specified cause exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JobPersistenceException(String message, Throwable cause)
message - the message for this exception.cause - the cause exception.public JobPersistenceException(String message)
message - the message for this exception.public JobPersistenceException(Throwable cause)
cause - the cause exception.Copyright © 2005-2019 JPPF Team.