Class InternalException

    • Constructor Detail

      • InternalException

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

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

        public InternalException​(Throwable cause)
      • InternalException

        public InternalException​(IResult cause)
      • InternalException

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

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

        public InternalException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()