Class NotFoundRuntimeException

    • Constructor Detail

      • NotFoundRuntimeException

        public NotFoundRuntimeException​(Object... in)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(RC.CAUSE causeHandling,
                                        Object... in)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(Throwable cause)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(IResult cause)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(String msg,
                                        Object... in)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(RC.CAUSE causeHandling,
                                        String msg,
                                        Object... parameters)
      • NotFoundRuntimeException

        public NotFoundRuntimeException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()