public static enum DelegationTokenManagerException.ERROR extends Enum<DelegationTokenManagerException.ERROR> implements XException.ERROR
Modifier and Type | Method and Description |
---|---|
String |
getTemplate()
Returns the template for the error.
|
static DelegationTokenManagerException.ERROR |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DelegationTokenManagerException.ERROR[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DelegationTokenManagerException.ERROR DT01
public static final DelegationTokenManagerException.ERROR DT02
public static final DelegationTokenManagerException.ERROR DT03
public static final DelegationTokenManagerException.ERROR DT04
public static DelegationTokenManagerException.ERROR[] values()
for (DelegationTokenManagerException.ERROR c : DelegationTokenManagerException.ERROR.values()) System.out.println(c);
public static DelegationTokenManagerException.ERROR valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant
with the specified nameNullPointerException
- if the argument is nullpublic String getTemplate()
XException.ERROR
getTemplate
in interface XException.ERROR
MessageFormat
syntax (using {#} positional parameters).Copyright © 2013 Apache Software Foundation. All rights reserved.