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