Class FatalException
java.lang.Object
java.lang.Throwable
java.lang.Exception
io.debezium.ibmi.db2.journal.retrieve.exception.FatalException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
InvalidJournalFilterException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFatalException(String message) FatalException(String message, Throwable cause) FatalException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) FatalException(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FatalException
public FatalException() -
FatalException
-
FatalException
-
FatalException
-
FatalException
-