UsageAuthenticationException Class

public class UsageAuthenticationException extends AuthenticationException

usage authentication error.

Constructor Summary

Constructor Description
UsageAuthenticationException(ADALError code, String msg)

Constructs a new UsageAuthenticationException with message.

UsageAuthenticationException(ADALError code, String msg, Throwable throwable)

Constructs a new UsageAuthenticationException with message and the cause exception.

Inherited Members

Constructor Details

UsageAuthenticationException

public UsageAuthenticationException(ADALError code, String msg)

Constructs a new UsageAuthenticationException with message.

Parameters:

code - The error code for UsageAuthenticationException.
msg - Detailed message for the reason causing the exception.

UsageAuthenticationException

public UsageAuthenticationException(ADALError code, String msg, Throwable throwable)

Constructs a new UsageAuthenticationException with message and the cause exception.

Parameters:

code - Resource file related error code. Message will be derived from resource with using app context.
msg - Detailed message for the reason causing the exception.
throwable -

Throwable

Applies to