public class IndexAnnotationRequiredException extends AnnotationRequiredException
| Constructor and Description |
|---|
IndexAnnotationRequiredException()
Constructor for IndexAnnotationRequiredException.
|
IndexAnnotationRequiredException(String message)
Constructor for IndexAnnotationRequiredException.
|
IndexAnnotationRequiredException(String message,
Throwable cause)
Constructor for IndexAnnotationRequiredException.
|
IndexAnnotationRequiredException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IndexAnnotationRequiredException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic IndexAnnotationRequiredException()
public IndexAnnotationRequiredException(String message)
message - the detail messagepublic IndexAnnotationRequiredException(String message, Throwable cause)
message - the detail messagecause - the root cause (usually from using a underlying
data access API such as JDBC)public IndexAnnotationRequiredException(Throwable cause)
cause - the root cause (usually from using a underlying
data access API such as JDBC)public IndexAnnotationRequiredException(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.