org.jppf
Class JPPFNodeReloadNotification
java.lang.Object
java.lang.Throwable
java.lang.Error
org.jppf.JPPFError
org.jppf.JPPFNodeReloadNotification
- All Implemented Interfaces:
- Serializable
public class JPPFNodeReloadNotification
- 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 |
JPPFNodeReloadNotification
public JPPFNodeReloadNotification(String message)
- Initialize this notification with a specified message.
- Parameters:
message - a text message indicating the reason for this notification.
Copyright © 2005-2010 JPPF Team.