Class AnnotationRepeatException

  • All Implemented Interfaces:
    Serializable

    public class AnnotationRepeatException
    extends io.vertx.up.exception.UpException
    See Also:
    Serialized Form
    • Constructor Detail

      • AnnotationRepeatException

        public AnnotationRepeatException​(Class<?> clazz,
                                         Method method,
                                         Class<? extends Annotation> annoCls,
                                         int occurs)
    • Method Detail

      • getCode

        public int getCode()
        Specified by:
        getCode in class io.vertx.up.exception.UpException