public abstract class

AclDataAccessException

extends RuntimeException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ java.lang.RuntimeException
         ↳ org.springframework.security.acls.model.AclDataAccessException
Known Direct Subclasses

Class Overview

Abstract base class for Acl data operations.

Summary

Public Constructors
AclDataAccessException(String msg, Throwable cause)
Constructs an AclDataAccessException with the specified message and root cause.
AclDataAccessException(String msg)
Constructs an AclDataAccessException with the specified message and no root cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public AclDataAccessException (String msg, Throwable cause)

Constructs an AclDataAccessException with the specified message and root cause.

Parameters
msg the detail message
cause the root cause

public AclDataAccessException (String msg)

Constructs an AclDataAccessException with the specified message and no root cause.

Parameters
msg the detail message