Module openj9.criu

Class SystemRestoreException

All Implemented Interfaces:
Serializable

public final class SystemRestoreException extends JVMCRIUException
An exception representing a system failure after restore.
See Also:
  • Constructor Details

    • SystemRestoreException

      public SystemRestoreException(String message)
      Creates a SystemRestoreException with the specified message and a default error code.
      Parameters:
      message - the message
    • SystemRestoreException

      public SystemRestoreException(String message, int errorCode)
      Creates a SystemRestoreException with the specified message and error code.
      Parameters:
      message - the message
      errorCode - the error code
    • SystemRestoreException

      public SystemRestoreException(String message, int errorCode, Throwable causedBy)
      Creates a SystemRestoreException with the specified message and error code.
      Parameters:
      message - the message
      errorCode - the error code
      causedBy - throwable that caused the exception