Class AnnotationTargetException

    • Constructor Detail

      • AnnotationTargetException

        public AnnotationTargetException​(java.lang.String message,
                                         java.lang.Throwable cause)
        Creates an instance of AnnotationTargetException.
        Parameters:
        message - Exception message.
        cause - The original cause.
      • AnnotationTargetException

        public AnnotationTargetException​(java.lang.String message)
        Creates an instance of AnnotationTargetException.
        Parameters:
        message - Exception message.
      • AnnotationTargetException

        public AnnotationTargetException​(java.lang.Throwable cause)
        Creates an instance of AnnotationTargetException.
        Parameters:
        cause - The original cause.