|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.apache.lenya.cms.rc.FileReservedCheckOutException
public class FileReservedCheckOutException
Exception for already checked out files
Constructor Summary | |
---|---|
FileReservedCheckOutException(java.lang.String _source,
RCML rcml)
Creates a new FileReservedCheckOutException object. |
Method Summary | |
---|---|
java.util.Date |
getCheckOutDate()
Get the date of the checkout. |
java.lang.String |
getCheckOutUsername()
Get the user name who did this checkout. |
java.lang.String |
getSource()
Get the source of the checkout. |
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 FileReservedCheckOutException(java.lang.String _source, RCML rcml) throws java.lang.Exception
_source
- The sourcercml
- The RCML
java.lang.Exception
- if an error occursMethod Detail |
---|
public java.util.Date getCheckOutDate()
public java.lang.String getSource()
public java.lang.String getCheckOutUsername()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |