org.jppf
Class JPPFNodeReconnectionNotification
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jppf.JPPFError
org.jppf.JPPFNodeReconnectionNotification
- All Implemented Interfaces:
- Serializable
public class JPPFNodeReconnectionNotification
- extends JPPFError
This error is thrown to notify a node that its code is obsolete and it should dynamically reload itself.
- Author:
- Laurent Cohen
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
JPPFNodeReconnectionNotification
public JPPFNodeReconnectionNotification(String message)
- Initialize this notification with a specified message.
- Parameters:
message - a text message indicating the reason for this notification.
JPPFNodeReconnectionNotification
public JPPFNodeReconnectionNotification(String message,
Throwable cause)
- Initialize this error with a specified message and cause exception.
- Parameters:
message - the message for this error.cause - the cause exception.
JPPFNodeReconnectionNotification
public JPPFNodeReconnectionNotification(Throwable cause)
- Initialize this error with a specified cause exception.
- Parameters:
cause - the cause exception.
Copyright © 2005-2010 JPPF Team.