public class IterationException extends WrappedRuntimeException
Constructor and Description |
---|
IterationException(Exception except)
Construct a new iteration exception wrapping an underlying exception.
|
IterationException(String message)
Construct a new iteration exception with a message.
|
IterationException(String message,
Exception except)
Construct a new iteration exception wrapping an underlying exception
and providing a message.
|
getException, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public IterationException(String message, Exception except)
message
- The exception messageexcept
- The underlying exceptionpublic IterationException(String message)
message
- The exception messagepublic IterationException(Exception except)
except
- The underlying exceptionCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.