|
||||||||||
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.magnos.data.error.StoreAccessException
public class StoreAccessException
A store does not have sufficient access to perform the requested operaiton.
Constructor Summary | |
---|---|
StoreAccessException(Store store,
StoreAccess access)
Instantiates a new StoreAccessException. |
Method Summary | |
---|---|
StoreAccess |
getAccess()
The access which was not sufficient. |
Store |
getStore()
The store which did not have proper access. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StoreAccessException(Store store, StoreAccess access)
store
- The store which did not have proper access.access
- The access which was not sufficient.Method Detail |
---|
public Store getStore()
public StoreAccess getAccess()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |