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:
java.io.Serializable
public class ResourceUtilizationPathNotFoundException extends ResourceUtilizationException
Thrown when the item cannot be found at the specified path.- Since:
- 2.5
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ResourceUtilizationPathNotFoundException(java.lang.String path, java.lang.String message)
Constructs aResourceUtilizationPathNotFoundException
with the specified path and message.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getPath()
Gets the path to the item that raised the exception.-
Methods inherited from class com.sas.lsaf.core.AbstractCheckedException
getMessage, getRootCause
-
-
-
-
Constructor Detail
-
ResourceUtilizationPathNotFoundException
public ResourceUtilizationPathNotFoundException(java.lang.String path, java.lang.String message)
Constructs aResourceUtilizationPathNotFoundException
with the specified path and message.- Parameters:
path
- The path to the item.message
- The detailed message.
-
-