Module openj9.criu

Class JVMCheckpointException

    • Constructor Detail

      • 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