|
||||||||||
| 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.ItemNotCheckedoutException
Exception when DAV checkin operation is carried on an item that has not been checked out
| Constructor Summary | |
ItemNotCheckedoutException()
|
|
ItemNotCheckedoutException(java.lang.Exception why)
create a new ItemNotCheckedoutException wrapped over another Exception |
|
ItemNotCheckedoutException(java.lang.String msg)
create a new ItemNotCheckedoutException with the given message string |
|
ItemNotCheckedoutException(java.lang.String msg,
java.lang.Exception why)
create a new ItemNotCheckedoutException 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 ItemNotCheckedoutException()
public ItemNotCheckedoutException(java.lang.String msg)
public ItemNotCheckedoutException(java.lang.String msg,
java.lang.Exception why)
public ItemNotCheckedoutException(java.lang.Exception why)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||