Rice Pastry API

rice.p2p.commonapi
Class RangeCannotBeDeterminedException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended byrice.p2p.commonapi.RangeCannotBeDeterminedException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
LSRangeCannotBeDeterminedException

public class RangeCannotBeDeterminedException
extends java.lang.RuntimeException

This exception is thrown when the underlieing Overlay cannot determine the requested id range. For whatever reason, the local node does not have enough information to generate the correct range.

Version:
$Id: pretty.settings 2305 2005-03-11 20:22:33Z jeffh $
Author:
Jeff Hoye
See Also:
Serialized Form

Constructor Summary
RangeCannotBeDeterminedException()
          Constructor for RangeCannotBeDeterminedException.
RangeCannotBeDeterminedException(java.lang.String arg0)
          Constructor for RangeCannotBeDeterminedException.
RangeCannotBeDeterminedException(java.lang.String arg0, java.lang.Throwable arg1)
          Constructor for RangeCannotBeDeterminedException.
RangeCannotBeDeterminedException(java.lang.Throwable arg0)
          Constructor for RangeCannotBeDeterminedException.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RangeCannotBeDeterminedException

public RangeCannotBeDeterminedException()
Constructor for RangeCannotBeDeterminedException.


RangeCannotBeDeterminedException

public RangeCannotBeDeterminedException(java.lang.String arg0)
Constructor for RangeCannotBeDeterminedException.

Parameters:
arg0 - DESCRIBE THE PARAMETER

RangeCannotBeDeterminedException

public RangeCannotBeDeterminedException(java.lang.Throwable arg0)
Constructor for RangeCannotBeDeterminedException.

Parameters:
arg0 - DESCRIBE THE PARAMETER

RangeCannotBeDeterminedException

public RangeCannotBeDeterminedException(java.lang.String arg0,
                                        java.lang.Throwable arg1)
Constructor for RangeCannotBeDeterminedException.

Parameters:
arg0 - DESCRIBE THE PARAMETER
arg1 - DESCRIBE THE PARAMETER

Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection