Module openj9.criu

Class JVMCRIUException

    • Field Detail

      • errorCode

        protected int errorCode
    • Constructor Detail

      • JVMCRIUException

        protected JVMCRIUException​(String message,
                                   int errorCode)
      • JVMCRIUException

        protected JVMCRIUException​(String message,
                                   int errorCode,
                                   Throwable causedBy)
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns the error code.
        Returns:
        errorCode
      • setErrorCode

        public void setErrorCode​(int errorCode)
        Sets the error code.
        Parameters:
        errorCode - the value to set to