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