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()
          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

FileReservedCheckInException

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

Parameters:
_source - The source document
rcml - The RCML
Throws:
java.lang.Exception - if an error occurs
Method Detail

getMessage

public java.lang.String getMessage()
Returns the exception message

Overrides:
getMessage in class java.lang.Throwable
Returns:
The exception message

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 the source

Returns:
The source


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