Module openj9.criu

Class JVMRestoreException

All Implemented Interfaces:
Serializable

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

    • JVMRestoreException

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

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

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