Class ConflictException

    • Constructor Detail

      • ConflictException

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

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

        public ConflictException​(Throwable cause)
      • ConflictException

        public ConflictException​(IResult cause)
      • ConflictException

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

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

        public ConflictException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()