org.apache.hadoop.hive.ql.util.jdbm.helper
Class IterationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.hadoop.hive.ql.util.jdbm.helper.WrappedRuntimeException
org.apache.hadoop.hive.ql.util.jdbm.helper.IterationException
- All Implemented Interfaces:
- Serializable
public class IterationException
- extends WrappedRuntimeException
Iteration exception.
- Version:
- $Revision: 1.2 $
- 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 © 2010 The Apache Software Foundation