public class IterationException extends WrappedRuntimeException
Constructor and Description |
---|
IterationException(java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception.
|
IterationException(java.lang.String message)
Construct a new iteration exception with a message.
|
IterationException(java.lang.String message,
java.lang.Exception except)
Construct a new iteration exception wrapping an underlying exception
and providing a message.
|
getException, printStackTrace, printStackTrace, printStackTrace
public IterationException(java.lang.String message, java.lang.Exception except)
message
- The exception messageexcept
- The underlying exceptionpublic IterationException(java.lang.String message)
message
- The exception messagepublic IterationException(java.lang.Exception except)
except
- The underlying exceptionCees de Groot (C) 2000-2001. All rights reserved http://jdbm.sourceforge.net