Class AnnotationConfigurationException

All Implemented Interfaces:
Serializable

public class AnnotationConfigurationException extends NestedRuntimeException
Thrown by AnnotationUtils and synthesized annotations if an annotation is improperly configured.
Since:
4.2
Author:
Sam Brannen
See Also:
  • Constructor Details

    • AnnotationConfigurationException

      public AnnotationConfigurationException(String message)
      Construct a new AnnotationConfigurationException with the supplied message.
      Parameters:
      message - the detail message
    • AnnotationConfigurationException

      public AnnotationConfigurationException(String message, Throwable cause)
      Construct a new AnnotationConfigurationException with the supplied message and cause.
      Parameters:
      message - the detail message
      cause - the root cause