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, getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public 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 © 2021 Atlassian. All rights reserved.