Class ErrorException

    • Constructor Detail

      • ErrorException

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

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

        public ErrorException​(Throwable cause)
      • ErrorException

        public ErrorException​(IResult cause)
      • ErrorException

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

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

        public ErrorException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()