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