jdbm.helper
Class IterationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdbm.helper.WrappedRuntimeException
jdbm.helper.IterationException
- All Implemented Interfaces:
- Serializable
public class IterationException
- extends WrappedRuntimeException
Iteration exception.
- Author:
- Alex Boisvert
- See Also:
- Serialized Form
IterationException
public IterationException(String message,
Exception except)
- Construct a new iteration exception wrapping an underlying exception
and providing a message.
- Parameters:
message - The exception messageexcept - The underlying exception
IterationException
public IterationException(String message)
- Construct a new iteration exception with a message.
- Parameters:
message - The exception message
IterationException
public IterationException(Exception except)
- Construct a new iteration exception wrapping an underlying exception.
- Parameters:
except - The underlying exception
Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.