Module java.base
Package jdk.crac

Class CheckpointException

  • All Implemented Interfaces:
    Serializable

    public class CheckpointException
    extends Exception
    Suppresses exceptions thrown during checkpoint notification.
    See Also:
    Serialized Form
    • Constructor Detail

      • CheckpointException

        public CheckpointException()
        Creates a CheckpointException.
      • CheckpointException

        public CheckpointException​(String message)
        Constructs a CheckpointException with the specified detail message.
        Parameters:
        message - the detail message.