| java.lang.Object | ||||
| ↳ | java.lang.Throwable | |||
| ↳ | java.lang.Exception | |||
| ↳ | java.lang.RuntimeException | |||
| ↳ | org.springframework.security.acls.domain.IdentityUnavailableException | |||
Thrown if an ACL identity could not be extracted from an object.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Constructs an
IdentityUnavailableException with the specified message. | |||||||||||
Constructs an
IdentityUnavailableException with the specified message
and root cause. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Throwable
| |||||||||||
From class
java.lang.Object
| |||||||||||
Constructs an IdentityUnavailableException with the specified message.
| msg | the detail message |
|---|
Constructs an IdentityUnavailableException with the specified message
and root cause.
| msg | the detail message |
|---|---|
| t | root cause |