com.mchange.v1.util
Class UnreliableIteratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.mchange.lang.PotentiallySecondaryException
              extended by com.mchange.v1.util.UnreliableIteratorException
All Implemented Interfaces:
PotentiallySecondary, Serializable

public class UnreliableIteratorException
extends PotentiallySecondaryException

See Also:
Serialized Form

Constructor Summary
UnreliableIteratorException()
           
UnreliableIteratorException(String msg)
           
UnreliableIteratorException(String msg, Throwable t)
           
UnreliableIteratorException(Throwable t)
           
 
Method Summary
 
Methods inherited from class com.mchange.lang.PotentiallySecondaryException
getNestedThrowable, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnreliableIteratorException

public UnreliableIteratorException(String msg,
                                   Throwable t)

UnreliableIteratorException

public UnreliableIteratorException(Throwable t)

UnreliableIteratorException

public UnreliableIteratorException(String msg)

UnreliableIteratorException

public UnreliableIteratorException()