Module openj9.criu

Class JVMRestoreException

    • Constructor Detail

      • 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