Module openj9.criu

Class JVMCheckpointException

All Implemented Interfaces:
Serializable

public final class JVMCheckpointException extends JVMCRIUException
An exception representing a failure in the JVM before checkpoint.
See Also:
  • Constructor Details

    • JVMCheckpointException

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

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

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