Class CheckedOutFilesSearchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.content.repository.CheckedOutFilesSearchException
All Implemented Interfaces:
Serializable

public class CheckedOutFilesSearchException extends AbstractCheckedException
Thrown when an error is encountered when searching checked out files.
Since:
1.7
See Also:
  • Constructor Details

    • CheckedOutFilesSearchException

      public CheckedOutFilesSearchException(String message)
      Constructor to specify detailed message about the exception.
      Parameters:
      message - The detailed message about the exception.
  • Method Details

    • getPath

      public String getPath()
      Gets the path that is specified in the exception.
      Returns:
      The path of the object that the exception is about.