public class AnnotationException extends MappingException
| Constructor and Description |
|---|
AnnotationException(String msg)
Constructs an AnnotationException using the given message.
|
AnnotationException(String msg,
Throwable cause)
Constructs an AnnotationException using the given message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AnnotationException(String msg, Throwable cause)
msg - The message explaining the reason for the exception.cause - The underlying cause.public AnnotationException(String msg)
msg - The message explaining the reason for the exception.Copyright © 2017 JBoss by Red Hat. All rights reserved.