public class AnnotationRequiredException extends RuntimeException
| Constructor and Description |
|---|
AnnotationRequiredException()
Constructor for AnnotationRequiredException.
|
AnnotationRequiredException(String message)
Constructor for AnnotationRequiredException.
|
AnnotationRequiredException(String message,
Throwable cause)
Constructor for AnnotationRequiredException.
|
AnnotationRequiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
AnnotationRequiredException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AnnotationRequiredException()
public AnnotationRequiredException(String message)
message - the detail messagepublic AnnotationRequiredException(String message, Throwable cause)
message - the detail messagecause - the root cause (usually from using a underlying
data access API such as JDBC)public AnnotationRequiredException(Throwable cause)
cause - the root cause (usually from using a underlying
data access API such as JDBC)public AnnotationRequiredException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
message - the detail messagecause - the root cause (usually from using a underlying
data access API such as JDBC)enableSuppression - writableStackTrace - Copyright © 2019. All rights reserved.