|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.core.NestedRuntimeException
org.acegisecurity.AcegiSecurityException
org.acegisecurity.acls.IdentityUnavailableException
public class IdentityUnavailableException
Thrown if an ACL identity could not be extracted from an object.
| Constructor Summary | |
|---|---|
IdentityUnavailableException(java.lang.String msg)
Constructs an IdentityUnavailableException with the specified message. |
|
IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable t)
Constructs an IdentityUnavailableException with the specified message
and root cause. |
|
| Method Summary |
|---|
| Methods inherited from class org.springframework.core.NestedRuntimeException |
|---|
contains, getMessage, getMostSpecificCause, getRootCause |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IdentityUnavailableException(java.lang.String msg)
IdentityUnavailableException with the specified message.
msg - the detail message
public IdentityUnavailableException(java.lang.String msg,
java.lang.Throwable t)
IdentityUnavailableException with the specified message
and root cause.
msg - the detail messaget - root cause
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||