com.sleepycat.je.rep.impl.node
Class Feeder.ExitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Feeder.ExitException
public Feeder.ExitException(String message)
Feeder.ExitException
public Feeder.ExitException(Throwable cause)
Copyright (c) 2004-2012 Oracle. All rights reserved.