public class AnnotationException extends MappingException
Constructor and Description |
---|
AnnotationException(java.lang.String msg)
Constructs an AnnotationException using the given message.
|
AnnotationException(java.lang.String msg,
java.lang.Throwable cause)
Constructs an AnnotationException using the given message and cause.
|
public AnnotationException(java.lang.String msg, java.lang.Throwable cause)
msg
- The message explaining the reason for the exception.cause
- The underlying cause.public AnnotationException(java.lang.String msg)
msg
- The message explaining the reason for the exception.Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.