org.melati.poem
Class FieldAccessPoemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.poem.AccessPoemException
org.melati.poem.PersistentAccessPoemException
org.melati.poem.FieldAccessPoemException
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- ReadFieldAccessPoemException, WriteFieldAccessPoemException
public abstract class FieldAccessPoemException
- extends PersistentAccessPoemException
Thrown when an unauthorised access of a Field
of a Persistent
is attempted.
- See Also:
- Serialized Form
column
public Column column
- The Column we are dealing with.
FieldAccessPoemException
public FieldAccessPoemException(Persistent object,
Column column,
AccessToken token,
Capability capability)
- Constructor.
getActionDescription
public String getActionDescription()
- Overrides:
getActionDescription
in class PersistentAccessPoemException
- Returns:
- A description of the Action.
Copyright © 2000-2010 PanEris. All Rights Reserved.