|
||||||||||
| 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.melati.poem.PoemException
org.melati.poem.AccessPoemException
org.melati.poem.PersistentAccessPoemException
public abstract class PersistentAccessPoemException
Thrown when an unauthorised access of a Persistent is attempted.
| Field Summary | |
|---|---|
Persistent |
object
The Persistent that access is denied to. |
| Fields inherited from class org.melati.poem.AccessPoemException |
|---|
capability, token |
| Fields inherited from class org.melati.poem.PoemException |
|---|
subException |
| Constructor Summary | |
|---|---|
PersistentAccessPoemException(Persistent object,
AccessToken token,
Capability capability)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
getActionDescription()
|
| Methods inherited from class org.melati.poem.AccessPoemException |
|---|
getMessage, getToken |
| Methods inherited from class org.melati.poem.PoemException |
|---|
getCoreMessage, initCause, innermostException, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public Persistent object
| Constructor Detail |
|---|
public PersistentAccessPoemException(Persistent object,
AccessToken token,
Capability capability)
| Method Detail |
|---|
public java.lang.String getActionDescription()
getActionDescription in class AccessPoemException
|
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||