org.springframework.dao
Class PermissionDeniedDataAccessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.springframework.dao.DataAccessException
org.springframework.dao.NonTransientDataAccessException
org.springframework.dao.PermissionDeniedDataAccessException
- All Implemented Interfaces:
- Serializable
public class PermissionDeniedDataAccessException
- extends NonTransientDataAccessException
Exception thrown when the underlying resource denied a permission
to access a specific element, such as a specific database table.
- Since:
- 2.0
- Author:
- Juergen Hoeller
- See Also:
- Serialized Form
PermissionDeniedDataAccessException
public PermissionDeniedDataAccessException(String msg,
Throwable cause)
- Constructor for PermissionDeniedDataAccessException.
- Parameters:
msg
- the detail messagecause
- the root cause from the underlying data access API,
such as JDBC
Copyright © 2002-2007 The Spring Framework.