public class AnnotationConfigurationException extends NestedRuntimeException
AnnotationUtils
and synthesized annotations
if an annotation is improperly configured.AnnotationUtils
,
SynthesizedAnnotation
,
Serialized FormConstructor and Description |
---|
AnnotationConfigurationException(java.lang.String message)
Construct a new
AnnotationConfigurationException with the
supplied message. |
AnnotationConfigurationException(java.lang.String message,
java.lang.Throwable cause)
Construct a new
AnnotationConfigurationException with the
supplied message and cause. |
contains, getMessage, getMostSpecificCause, getRootCause
public AnnotationConfigurationException(java.lang.String message)
AnnotationConfigurationException
with the
supplied message.message
- the detail messagepublic AnnotationConfigurationException(java.lang.String message, java.lang.Throwable cause)
AnnotationConfigurationException
with the
supplied message and cause.message
- the detail messagecause
- the root cause