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
| 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 |
ClusterException
public ClusterException()
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.