org.apache.lenya.cms.rc
Class FileReservedCheckInException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.lenya.cms.rc.FileReservedCheckInException
All Implemented Interfaces:
java.io.Serializable

public class FileReservedCheckInException
extends java.lang.Exception

Reserved check-in exception

See Also:
Serialized Form

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()
          DOCUMENT ME!
 java.lang.String getSource()
          Get 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

FileReservedCheckInException

public FileReservedCheckInException(java.lang.String source,
                                    RCML rcml)
                             throws java.lang.Exception
Creates a new FileReservedCheckInException object.

Parameters:
source - DOCUMENT ME!
rcml - DOCUMENT ME!
Throws:
java.lang.Exception - DOCUMENT ME!
Method Detail

getMessage

public java.lang.String getMessage()
DOCUMENT ME!

Overrides:
getMessage in class java.lang.Throwable
Returns:
DOCUMENT ME!

getDate

public java.util.Date getDate()
Get the date

Returns:
the date

getTypeString

public java.lang.String getTypeString()
Get the typeString

Returns:
the type string

getUsername

public java.lang.String getUsername()
Get the user name.

Returns:
the user name

getSource

public java.lang.String getSource()
Get source

Returns:
source


Copyright © 1999-2005 Apache Software Foundation. All Rights Reserved.