com.sap.security.api
Class PrincipalNotAccessibleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sap.security.api.UMRuntimeException
com.sap.security.api.PrincipalNotAccessibleException
- All Implemented Interfaces:
- Serializable
- public class PrincipalNotAccessibleException
- extends UMRuntimeException
This exception is used, if the access to a already populated principal
fails.
Example: You got a role object from the RoleFactory which doesn't
have all available attributes populated.
If you access one of the not populated attributes, the role
tries to read it from the role's persistence adapter (lazy fetch).
If the role object on the persistence is not accessible for any
reason (e.g. deleted in the meanwhile or backend down),
a PrincipalNotAccessibleException exception will be thrown.
- See Also:
- Serialized Form
PrincipalNotAccessibleException
public PrincipalNotAccessibleException()
PrincipalNotAccessibleException
public PrincipalNotAccessibleException(String message)
PrincipalNotAccessibleException
public PrincipalNotAccessibleException(Throwable nestedException,
String message)
PrincipalNotAccessibleException
public PrincipalNotAccessibleException(Throwable nestedException)
Copyright 2006 SAP AG Complete Copyright Notice