com.atlassian.crowd.integration.springsecurity.user
Class CrowdDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
com.atlassian.crowd.integration.springsecurity.user.CrowdDataAccessException
- All Implemented Interfaces:
- java.io.Serializable
public class CrowdDataAccessException
- extends org.springframework.dao.DataAccessException
Represents a Crowd-Server specific error, eg.
connection problems, application authentication problems, etc.
- Author:
- Shihab Hamid
- See Also:
- Serialized Form
| Methods inherited from class org.springframework.core.NestedRuntimeException |
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CrowdDataAccessException
public CrowdDataAccessException(java.lang.String msg)
- Constructor for DataAccessException.
- Parameters:
msg - the detail message
CrowdDataAccessException
public CrowdDataAccessException(java.lang.String msg,
java.lang.Throwable cause)
- Constructor for DataAccessException.
- Parameters:
msg - the detail messagecause - the root cause (usually from using a underlying
data access API such as JDBC)
CrowdDataAccessException
public CrowdDataAccessException(java.lang.Exception e)
- Use CrowdDataAccessException to wrap underlying error.
- Parameters:
e - underlying exception.
Copyright © 2011 Atlassian. All Rights Reserved.