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