|
||||||||
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.FileReservedCheckInException
public class FileReservedCheckInException
Reserved check-in exception
Constructor Summary | |
---|---|
FileReservedCheckInException(java.lang.String _source,
RCML rcml)
Creates a new FileReservedCheckInException object. |
Method Summary | |
---|---|
java.util.Date |
getDate()
Get the date |
java.lang.String |
getMessage()
Returns the exception message |
java.lang.String |
getSource()
Get the source |
java.lang.String |
getTypeString()
Get the typeString |
java.lang.String |
getUsername()
Get the user name. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, 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 FileReservedCheckInException(java.lang.String _source, RCML rcml) throws java.lang.Exception
_source
- The source documentrcml
- The RCML
java.lang.Exception
- if an error occursMethod Detail |
---|
public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public java.util.Date getDate()
public java.lang.String getTypeString()
public java.lang.String getUsername()
public java.lang.String getSource()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |