com.microsoft.aad.adal
Class AuthenticationCancelError
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.microsoft.aad.adal.AuthenticationException
com.microsoft.aad.adal.AuthenticationCancelError
- All Implemented Interfaces:
- Serializable
public class AuthenticationCancelError
- extends AuthenticationException
Cancellation error.
- See Also:
- Serialized Form
AuthenticationCancelError
public AuthenticationCancelError()
- Constructs a new AuthenticationCancelError.
AuthenticationCancelError
public AuthenticationCancelError(String msg)
- Constructs a new AuthenticationCancelError with message.
- Parameters:
msg - Message for cancel request
Copyright © 2003–2015. All rights reserved.