Module openj9.criu

Class SystemCheckpointException

    • Constructor Detail

      • SystemCheckpointException

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

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

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