当前页面:
在线文档首页 >
Spring Framework 2.0.5 API 文档英文版
PermissionDeniedDataAccessException (Spring Framework API 2.0) - Spring Framework 2.0.5 API 文档英文版
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.PermissionDeniedDataAccessException
- All Implemented Interfaces:
- Serializable
public class PermissionDeniedDataAccessException
- extends DataAccessException
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.