AuthenticationException(String, String, Throwable) constructor
[This documentation is preliminary and is subject to change.]
Initializes a new instance of the AuthenticationException class with the specified tag, message, and inner exception.
Signature
public AuthenticationException(String tag, String message, Throwable e)
Parameters
| Name | Datatype | Description |
|---|---|---|
tag |
String |
The tag for logging. |
message |
String |
The exception message. |
e |
Throwable |
The inner exception. |
Returns
Defined in
AuthenticationException.java
See also
Send comments about this topic to Microsoft
Build date: 6/14/2013