com.sleepycat.je.rep.impl.node
Class Feeder.ExitException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sleepycat.je.rep.impl.node.Feeder.ExitException
All Implemented Interfaces:
Serializable
Enclosing class:
Feeder

public static class Feeder.ExitException
extends Exception

A marker exception that wraps the real exception. It indicates that the wrapped exception was sufficient cause to exit the Feeder, but not the RepNode.

See Also:
Serialized Form

Constructor Summary
Feeder.ExitException(String message)
           
Feeder.ExitException(Throwable cause)
           
 
Method Summary
 
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

Feeder.ExitException

public Feeder.ExitException(String message)

Feeder.ExitException

public Feeder.ExitException(Throwable cause)


Copyright (c) 2004-2012 Oracle. All rights reserved.