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

Constructor Index

 o RingException(RingReply)
RingException constructor takes the RingReply object as the parameter.

Method Index

 o getMessage()
 o getRingReply()
Obtain the RingReply object.

Constructors

 o RingException
 public RingException(RingReply ringReply)
RingException constructor takes the RingReply object as the parameter.

See Also:
RingReply

Methods

 o getRingReply
 public RingReply getRingReply()
Obtain the RingReply object.

See Also:
RingReply
 o getMessage
 public String getMessage()
Overrides:
getMessage in class Throwable

All Packages  Class Hierarchy  This Package  Previous  Next  Index