org.jppf
Class JPPFNodeReconnectionNotification

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by org.jppf.JPPFError
              extended by 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

Constructor Summary
JPPFNodeReconnectionNotification(String message)
          Initialize this notification with a specified message.
JPPFNodeReconnectionNotification(String message, Throwable cause)
          Initialize this error with a specified message and cause exception.
JPPFNodeReconnectionNotification(Throwable cause)
          Initialize this error with a specified cause exception.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.