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