org.melati.poem
Class PersistentAccessPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.AccessPoemException
org.melati.poem.PersistentAccessPoemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- DeletePersistentAccessPoemException, FieldAccessPoemException, ReadPersistentAccessPoemException, WritePersistentAccessPoemException
public abstract class PersistentAccessPoemException
- extends AccessPoemException
Thrown when an unauthorised access of a Persistent
is attempted.
- See Also:
- Serialized Form
object
public Persistent object
- The Persistent that access is denied to.
PersistentAccessPoemException
public PersistentAccessPoemException(Persistent object,
AccessToken token,
Capability capability)
- Constructor.
getActionDescription
public String getActionDescription()
- Overrides:
getActionDescription
in class AccessPoemException
- Returns:
- description of action
Copyright © 2000-2010 PanEris. All Rights Reserved.