Package com.sas.lsaf.content.repository
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
Thrown when an error is encountered when searching checked out files.
- Since:
- 1.7
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCheckedOutFilesSearchException(String message) Constructor to specify detailed message about the exception. -
Method Summary
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCauseMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CheckedOutFilesSearchException
Constructor to specify detailed message about the exception.- Parameters:
message- The detailed message about the exception.
-
-
Method Details
-
getPath
Gets the path that is specified in the exception.- Returns:
- The path of the object that the exception is about.
-