com.atlassian.crowd.integration.springsecurity.user
Class CrowdDataAccessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.springframework.core.NestedRuntimeException
                  extended by org.springframework.dao.DataAccessException
                      extended by com.atlassian.crowd.integration.springsecurity.user.CrowdDataAccessException
All Implemented Interfaces:
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

Constructor Summary
CrowdDataAccessException(Exception e)
          Use CrowdDataAccessException to wrap underlying error.
CrowdDataAccessException(String msg)
          Constructor for DataAccessException.
CrowdDataAccessException(String msg, Throwable cause)
          Constructor for DataAccessException.
 
Method Summary
 
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
 

Constructor Detail

CrowdDataAccessException

public CrowdDataAccessException(String msg)
Constructor for DataAccessException.

Parameters:
msg - the detail message

CrowdDataAccessException

public CrowdDataAccessException(String msg,
                                Throwable cause)
Constructor for DataAccessException.

Parameters:
msg - the detail message
cause - the root cause (usually from using a underlying data access API such as JDBC)

CrowdDataAccessException

public CrowdDataAccessException(Exception e)
Use CrowdDataAccessException to wrap underlying error.

Parameters:
e - underlying exception.


Copyright © 2013 Atlassian. All Rights Reserved.