| java.lang.Object | |||||
| ↳ | java.lang.Throwable | ||||
| ↳ | java.lang.Exception | ||||
| ↳ | java.lang.RuntimeException | ||||
| ↳ | org.springframework.security.acls.model.AclDataAccessException | ||||
| ↳ | org.springframework.security.acls.model.UnloadedSidException | ||||
Thrown if an Acl cannot perform an operation because it only loaded a subset of Sids and
the caller has requested details for an unloaded Sid.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an
NotFoundException with the specified message. | |||||||||||
Constructs an
NotFoundException with the specified message
and root cause. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an NotFoundException with the specified message.
| msg | the detail message |
|---|
Constructs an NotFoundException with the specified message
and root cause.
| msg | the detail message |
|---|---|
| t | root cause |