|
||||||||||
| 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.ItemLockedException
Exception when an operation is carried on an item that is already locked
| Constructor Summary | |
ItemLockedException()
|
|
ItemLockedException(java.lang.Exception why)
create a new ItemLockedException wrapped over another Exception |
|
ItemLockedException(java.lang.String msg)
create a new ItemLockedException with the given message string |
|
ItemLockedException(java.lang.String msg,
java.lang.Exception why)
create a new ItemLockedException wrapped over another Exception and a message |
|
ItemLockedException(java.lang.String msg,
java.util.Vector lockedPaths)
create a new ItemLockedException with the given message string and a vector containing paths of all the locked repository items |
|
| Method Summary | |
java.util.Vector |
getLockedPaths()
get paths of all the locked repository items |
| 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 ItemLockedException()
public ItemLockedException(java.lang.String msg)
public ItemLockedException(java.lang.String msg,
java.util.Vector lockedPaths)
public ItemLockedException(java.lang.String msg,
java.lang.Exception why)
public ItemLockedException(java.lang.Exception why)
| Method Detail |
public java.util.Vector getLockedPaths()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||