Class CalendarException

    • Constructor Detail

      • CalendarException

        public CalendarException​(String callingClass,
                                 int errorLevel,
                                 String message)
      • CalendarException

        public CalendarException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 String extraParams)
      • CalendarException

        public CalendarException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 Exception nested)
      • CalendarException

        public CalendarException​(String callingClass,
                                 int errorLevel,
                                 String message,
                                 String extraParams,
                                 Exception nested)