Package google.registry.flows
Annotation Interface EppException.EppResultCode
- Enclosing class:
EppException
@Documented
@Inherited
@Retention(RUNTIME)
@Target(TYPE)
public static @interface EppException.EppResultCode
Annotation for associating an EPP Result.Code value with an EppException subclass.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionThe Code value associated with this exception.
-
Element Details
-
value
Result.Code valueThe Code value associated with this exception.
-