public class CrowdDataAccessException
extends org.springframework.dao.DataAccessException
| Constructor and Description |
|---|
CrowdDataAccessException(Exception e)
Use CrowdDataAccessException to wrap underlying error.
|
CrowdDataAccessException(String msg)
Constructor for DataAccessException.
|
CrowdDataAccessException(String msg,
Throwable cause)
Constructor for DataAccessException.
|
contains, getMessage, getMostSpecificCause, getRootCauseaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CrowdDataAccessException(String msg)
msg - the detail messagepublic CrowdDataAccessException(String msg, Throwable cause)
msg - the detail messagecause - the root cause (usually from using a underlying
data access API such as JDBC)public CrowdDataAccessException(Exception e)
e - underlying exception.Copyright © 2022 Atlassian. All rights reserved.