|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.xmlecho.palomar.ECHOException
org.xmlecho.palomar.xfs.XfsException
org.xmlecho.palomar.xfs.CheckedoutItemAccessException
Exception when checked out item's owner is not the same as (is different) from the user trying to access the item
| Constructor Summary | |
CheckedoutItemAccessException()
|
|
CheckedoutItemAccessException(java.lang.Exception why)
create a new CheckedoutItemAccessException wrapped over another Exception |
|
CheckedoutItemAccessException(java.lang.String msg)
create a new CheckedoutItemAccessException with the given message string |
|
CheckedoutItemAccessException(java.lang.String msg,
java.lang.Exception why)
create a new CheckedoutItemAccessException wrapped over another Exception and a message |
|
| Methods inherited from class org.xmlecho.palomar.ECHOException |
getException |
| 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 CheckedoutItemAccessException()
public CheckedoutItemAccessException(java.lang.String msg)
public CheckedoutItemAccessException(java.lang.String msg,
java.lang.Exception why)
public CheckedoutItemAccessException(java.lang.Exception why)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||