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

48 строки
2.7 KiB
YAML

### YamlMime:JavaType
constructors:
- fullName: com.microsoft.aad.adal.AuthenticationCancelError.AuthenticationCancelError()
name: AuthenticationCancelError()
nameWithType: AuthenticationCancelError.AuthenticationCancelError()
summary: <p>Constructs a new AuthenticationCancelError. </p>
syntax: public AuthenticationCancelError()
uid: com.microsoft.aad.adal.AuthenticationCancelError.AuthenticationCancelError()
- fullName: com.microsoft.aad.adal.AuthenticationCancelError.AuthenticationCancelError(String msg)
name: AuthenticationCancelError(String msg)
nameWithType: AuthenticationCancelError.AuthenticationCancelError(String msg)
parameters:
- description: <p>Message for cancel request </p>
name: msg
type: <xref href="String?alt=String&text=String" data-throw-if-not-resolved="False"/>
summary: >-
<p>Constructs a new AuthenticationCancelError with message.</p>
<p></p>
syntax: public AuthenticationCancelError(String msg)
uid: com.microsoft.aad.adal.AuthenticationCancelError.AuthenticationCancelError(String)
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: AuthenticationCancelError
syntax: public class AuthenticationCancelError extends AuthenticationException
type: class
uid: com.microsoft.aad.adal.AuthenticationCancelError
fullName: com.microsoft.aad.adal.AuthenticationCancelError
name: AuthenticationCancelError
package: com.microsoft.aad.adal
summary: <p>Cancellation error. </p>
metadata: {}