Class AuthenticationException

    • Constructor Detail

      • AuthenticationException

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

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

        public AuthenticationException​(Throwable cause)
      • AuthenticationException

        public AuthenticationException​(IResult cause)
      • AuthenticationException

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

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

        public AuthenticationException​(int rc)
    • Method Detail

      • getDefaultStatus

        public static RC.STATUS getDefaultStatus()