public class ETLPreconditionException extends RuntimeException
| Constructor and Description |
|---|
ETLPreconditionException(String message)
Constructor that requires a message.
|
ETLPreconditionException(String message,
Throwable cause)
Constructor that requires a message and another exception.
|
ETLPreconditionException(Throwable cause)
Constructor that requires another exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ETLPreconditionException(String message)
message - a message explaining which pre-condition failedpublic ETLPreconditionException(Throwable cause)
cause - the reason why this exception was thrownCopyright © 2017–2019. All rights reserved.