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, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic 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–2014 The Apache Software Foundation. All rights reserved.