AuthenticationCancelError Class

public class AuthenticationCancelError extends AuthenticationException

Cancellation error.

Constructor Summary

Constructor Description
AuthenticationCancelError()

Constructs a new AuthenticationCancelError.

AuthenticationCancelError(String msg)

Constructs a new AuthenticationCancelError with message.

Inherited Members

Constructor Details

AuthenticationCancelError

public AuthenticationCancelError()

Constructs a new AuthenticationCancelError.

AuthenticationCancelError

public AuthenticationCancelError(String msg)

Constructs a new AuthenticationCancelError with message.

Parameters:

msg - Message for cancel request

Applies to