Class NotFoundException

    • Constructor Detail

      • NotFoundException

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

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

        public NotFoundException​(Throwable cause)
      • NotFoundException

        public NotFoundException​(IResult cause)
      • NotFoundException

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

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

        public NotFoundException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()