Package org.jgroups
Class SuspectedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.jgroups.SuspectedException
-
- All Implemented Interfaces:
java.io.Serializable
public class SuspectedException extends java.lang.ExceptionThrown if a message is sent to a suspected member.- Since:
- 2.0
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static longserialVersionUID(package private) java.lang.Objectsuspect
-
Constructor Summary
Constructors Constructor Description SuspectedException()SuspectedException(java.lang.Object suspect)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Field Detail
-
suspect
final java.lang.Object suspect
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-