Module java.base
Package javax.crac

Class RestoreException

All Implemented Interfaces:
Serializable

public final class RestoreException 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

    • RestoreException

      public RestoreException()
      Creates a RestoreException.