exceptions
Class LeafRedistributeException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byexceptions.ChainException
              extended byexceptions.LeafRedistributeException
All Implemented Interfaces:
java.io.Serializable

public class LeafRedistributeException
extends ChainException

See Also:
Serialized Form

Field Summary
 
Fields inherited from class exceptions.ChainException
prev
 
Constructor Summary
LeafRedistributeException()
           
LeafRedistributeException(java.lang.Exception e, java.lang.String s)
           
LeafRedistributeException(java.lang.String s)
           
 
Methods inherited from class exceptions.ChainException
printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LeafRedistributeException

public LeafRedistributeException()

LeafRedistributeException

public LeafRedistributeException(java.lang.String s)

LeafRedistributeException

public LeafRedistributeException(java.lang.Exception e,
                                 java.lang.String s)