Package com.sas.lsaf.content.utilization
Class ResourceUtilizationPathNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.lsaf.core.AbstractCheckedException
com.sas.lsaf.content.utilization.ResourceUtilizationException
com.sas.lsaf.content.utilization.ResourceUtilizationPathNotFoundException
- All Implemented Interfaces:
Serializable
Thrown when the item cannot be found at the specified path.
- Since:
- 2.5
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionResourceUtilizationPathNotFoundException(String path, String message) Constructs aResourceUtilizationPathNotFoundExceptionwith the specified path and message. -
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
-
ResourceUtilizationPathNotFoundException
Constructs aResourceUtilizationPathNotFoundExceptionwith the specified path and message.- Parameters:
path- The path to the item.message- The detailed message.
-
-
Method Details
-
getPath
Gets the path to the item that raised the exception.- Returns:
- The path to the item that raised the exception.
-