jrunx.cluster
Class ClusterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--jrunx.cluster.ClusterException
All Implemented Interfaces:
java.io.Serializable

public class ClusterException
extends java.lang.Exception

This class denotes a reinvokable, recoverable Exception such as a RemoteException.

Author:
PS Neville
See Also:
Serialized Form

Constructor Summary
ClusterException()
           
 
Method Summary
static boolean isReinvokable(java.lang.Throwable t)
           
static boolean isReportable(java.lang.Throwable t)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ClusterException

public ClusterException()
Method Detail

isReinvokable

public static boolean isReinvokable(java.lang.Throwable t)

isReportable

public static boolean isReportable(java.lang.Throwable t)


Copyright � 2002 Macromedia Corporation. All Rights Reserved.