public abstract class ImportException extends RuntimeException
| Constructor and Description |
|---|
ImportException(String message)
Instantiates a new Import exception with a
description message.
|
ImportException(String message,
Throwable cause)
Instantiates a new Import exception with a
description message and throwable cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ImportException(String message)
message - the messageCopyright © 2019 state-machine. All rights reserved.