Module java.base
Package javax.crac

Class CheckpointException

All Implemented Interfaces:
Serializable

public final class CheckpointException extends Exception
This exception works as an aggregate for all errors found during checkpoint; these are recorded as suppressed exceptions. The exception does not have any own message, cause nor collects stack trace.
See Also:
  • Constructor Details

    • CheckpointException

      public CheckpointException()
      Creates a CheckpointException.