public class CheckpointException extends Exception
| Constructor and Description |
|---|
CheckpointException()
Creates a
CheckpointException. |
CheckpointException(String message)
Constructs a
CheckpointException with the specified
detail message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CheckpointException()
CheckpointException.public CheckpointException(String message)
CheckpointException with the specified
detail message.message - the detail message.Copyright © 2022. All rights reserved.