Class AuthException

    • Constructor Detail

      • AuthException

        public AuthException()
        Constructs a AuthException with no detail message. A detail message is a String that describes this particular exception.
      • AuthException

        public AuthException​(String msg)
        Constructs a AuthException with the specified detail message. A detail message is a String that describes this particular exception.

        Parameters:
        msg - the detail message.