public static enum OAuthAccountManagerRTException.E054213 extends java.lang.Enum<OAuthAccountManagerRTException.E054213> implements ErrorCode
Enum Constant and Description |
---|
M00
Reserved for unexpected common exceptions.
|
M01
Failed to obtain provider name, the realm is not supported.
|
M02
Failed to create OAuth account.
|
M03
Failed to delete OAuth account.
|
M04
Failed to delete OAuth account according identity.
|
M05
Failed to create an OAuth account because the {0} identity already has the account created for the {1} realm.
|
M06
Failed to create OAuth account because the {0} identity already has another account for the {1} realm created.
|
M07
Failed to create OAuth account because the account already exists and is related to another identity.
|
M08
Failed to create OAuth account because the current user identity ({0}) is not the same as identity ({1}) used for the OAuth account creation.
|
M09 |
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends UESRuntimeException> |
getExceptionClass()
Returns class of exception which is owner of this error code.
|
static OAuthAccountManagerRTException.E054213 |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OAuthAccountManagerRTException.E054213[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
for (OAuthAccountManagerRTException.E054213 c : OAuthAccountManagerRTException.E054213.values()) System.out.println(c);
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullgetExceptionClass
in interface ErrorCode
ErrorCode.getExceptionClass()