azure-docs-sdk-java/docs-ref-autogen/com.microsoft.aad.adal.Usag...

69 строки
4.2 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.aad.adal.UsageAuthenticationException.UsageAuthenticationException(ADALError code, String msg)
name: UsageAuthenticationException(ADALError code, String msg)
nameWithType: UsageAuthenticationException.UsageAuthenticationException(ADALError code, String msg)
parameters:
- description: <p>The error code for <xref uid="com.microsoft.aad.adal.UsageAuthenticationException" data-throw-if-not-resolved="false" data-raw-source="UsageAuthenticationException"></xref>. </p>
name: code
type: <xref href="com.microsoft.aad.adal.ADALError?alt=com.microsoft.aad.adal.ADALError&text=ADALError" data-throw-if-not-resolved="False"/>
- description: <p>Detailed message for the reason causing the exception. </p>
name: msg
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructs a new UsageAuthenticationException with message.</p>
<p></p>
syntax: public UsageAuthenticationException(ADALError code, String msg)
uid: com.microsoft.aad.adal.UsageAuthenticationException.UsageAuthenticationException(ADALError,String)
- fullName: com.microsoft.aad.adal.UsageAuthenticationException.UsageAuthenticationException(ADALError code, String msg, Throwable throwable)
name: UsageAuthenticationException(ADALError code, String msg, Throwable throwable)
nameWithType: UsageAuthenticationException.UsageAuthenticationException(ADALError code, String msg, Throwable throwable)
parameters:
- description: <p>Resource file related error code. Message will be derived from resource with using app context. </p>
name: code
type: <xref href="com.microsoft.aad.adal.ADALError?alt=com.microsoft.aad.adal.ADALError&text=ADALError" data-throw-if-not-resolved="False"/>
- description: <p>Detailed message for the reason causing the exception. </p>
name: msg
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
- description: >-
<p>
<xref uid="" data-throw-if-not-resolved="false" data-raw-source="Throwable"></xref>
</p>
name: throwable
type: <xref href="Throwable?alt=Throwable&text=Throwable" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructs a new UsageAuthenticationException with message and the cause exception.</p>
<p></p>
syntax: public UsageAuthenticationException(ADALError code, String msg, Throwable throwable)
uid: com.microsoft.aad.adal.UsageAuthenticationException.UsageAuthenticationException(ADALError,String,Throwable)
inheritances:
- <xref href="java.lang.Object" data-throw-if-not-resolved="False"/>
- <xref href="Exception" data-throw-if-not-resolved="False"/>
- <xref href="com.microsoft.aad.adal.AuthenticationException?alt=com.microsoft.aad.adal.AuthenticationException&text=AuthenticationException" data-throw-if-not-resolved="False"/>
inheritedMembers:
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException()
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException(ADALError)
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException(ADALError,String)
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException(ADALError,String,Throwable)
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException(ADALError,String,HttpWebResponse)
- com.microsoft.aad.adal.AuthenticationException.AuthenticationException(ADALError,String,HttpWebResponse,Throwable)
- com.microsoft.aad.adal.AuthenticationException.getCode()
- com.microsoft.aad.adal.AuthenticationException.getHttpResponseBody()
- com.microsoft.aad.adal.AuthenticationException.getHttpResponseHeaders()
- com.microsoft.aad.adal.AuthenticationException.getLocalizedMessage(Context)
- com.microsoft.aad.adal.AuthenticationException.getMessage()
- com.microsoft.aad.adal.AuthenticationException.getServiceStatusCode()
nameWithType: UsageAuthenticationException
syntax: public class UsageAuthenticationException extends AuthenticationException
type: class
uid: com.microsoft.aad.adal.UsageAuthenticationException
fullName: com.microsoft.aad.adal.UsageAuthenticationException
name: UsageAuthenticationException
package: com.microsoft.aad.adal
summary: <p>usage authentication error. </p>
metadata: {}