All Packages Class Hierarchy This Package Previous Next Index
Class iceberg.ipop.RingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iceberg.ipop.RingException
- public class RingException
- extends Exception
-
RingException(RingReply)
- RingException constructor takes the RingReply object as the parameter.
-
getMessage()
-
-
getRingReply()
- Obtain the RingReply object.
RingException
public RingException(RingReply ringReply)
- RingException constructor takes the RingReply object as the parameter.
- See Also:
- RingReply
getRingReply
public RingReply getRingReply()
- Obtain the RingReply object.
- See Also:
- RingReply
getMessage
public String getMessage()
- Overrides:
- getMessage in class Throwable
All Packages Class Hierarchy This Package Previous Next Index