public class

PermissionDeniedDataAccessException

extends NonTransientDataAccessException
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

Class Overview

Exception thrown when the underlying resource denied a permission to access a specific element, such as a specific database table.

Summary

Public Constructors
PermissionDeniedDataAccessException(String msg, Throwable cause)
Constructor for PermissionDeniedDataAccessException.
[Expand]
Inherited Methods
From class org.springframework.core.NestedRuntimeException
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public PermissionDeniedDataAccessException (String msg, Throwable cause)

Constructor for PermissionDeniedDataAccessException.

Parameters
msg the detail message
cause the root cause from the underlying data access API, such as JDBC