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:
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:
  • Constructor Details

    • 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.