| org.acegisecurity.AcegiSecurityException org.acegisecurity.acls.IdentityUnavailableException
IdentityUnavailableException | public class IdentityUnavailableException extends AcegiSecurityException (Code) | | Thrown if an ACL identity could not be extracted from an object.
author: Ben Alex version: $Id: IdentityUnavailableException.java 1754 2006-11-17 02:01:21Z benalex $ |
IdentityUnavailableException | public IdentityUnavailableException(String msg)(Code) | | Constructs an IdentityUnavailableException with the specified message.
Parameters: msg - the detail message |
IdentityUnavailableException | public IdentityUnavailableException(String msg, Throwable t)(Code) | | Constructs an IdentityUnavailableException with the specified message
and root cause.
Parameters: msg - the detail message Parameters: t - root cause |
|
|