com.microsoft.aad.adal
Class AuthenticationCancelError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.microsoft.aad.adal.AuthenticationException
                  extended by com.microsoft.aad.adal.AuthenticationCancelError
All Implemented Interfaces:
Serializable

public class AuthenticationCancelError
extends AuthenticationException

Cancellation error.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.microsoft.aad.adal.AuthenticationException
mCode
 
Constructor Summary
AuthenticationCancelError()
          Constructs a new AuthenticationCancelError.
AuthenticationCancelError(String msg)
          Constructs a new AuthenticationCancelError with message.
 
Method Summary
 
Methods inherited from class com.microsoft.aad.adal.AuthenticationException
getCode, getLocalizedMessage, getMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.