Class MRuntimeException

    • Constructor Detail

      • MRuntimeException

        public MRuntimeException​(RC.STATUS rc,
                                 Object... in)
      • MRuntimeException

        public MRuntimeException​(int rc,
                                 Throwable cause)
      • MRuntimeException

        public MRuntimeException​(IResult cause)
      • MRuntimeException

        public MRuntimeException​(IResult cause,
                                 String msg,
                                 Object... parameters)
      • MRuntimeException

        public MRuntimeException​(int rc,
                                 String msg,
                                 Object... in)
      • MRuntimeException

        public MRuntimeException​(RC.CAUSE causeHandling,
                                 int rc,
                                 String msg,
                                 Object... parameters)
      • MRuntimeException

        public MRuntimeException​(int rc)