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

    Required Elements
    Modifier and Type
    Required Element
    Description
    The Code value associated with this exception.
  • Element Details

    • value

      The Code value associated with this exception.