Class AuthException

    • Constructor Detail

      • AuthException

        public AuthException​(String msg)
        Parameters:
        msg - message to return to the client.
      • AuthException

        public AuthException​(String msg,
                             Throwable cause)
        Parameters:
        msg - message to return to the client.
        cause - cause of this exception.