Overload List

  NameDescription
Public methodAuthenticationException()()()()
Simple constructor.
Public methodAuthenticationException(String)
This creates a AuthenticationException with a message that includes additional error information.
Public methodAuthenticationException(String, Exception)
This creates a AuthenticationException with a message that includes the url for which the authentication failed and additional error information.
Public methodAuthenticationException(String, String)
This creates a AuthenticationException with a message that includes the url for which the authentication failed and additional error information.

See Also