Class ResourceUtilizationPathNotFoundException

All Implemented Interfaces:
Serializable

public class ResourceUtilizationPathNotFoundException extends ResourceUtilizationException
Thrown when the item cannot be found at the specified path.
Since:
2.5
See Also:
  • Constructor Details

    • ResourceUtilizationPathNotFoundException

      public ResourceUtilizationPathNotFoundException(String path, String message)
      Constructs a ResourceUtilizationPathNotFoundException with the specified path and message.
      Parameters:
      path - The path to the item.
      message - The detailed message.
  • Method Details

    • getPath

      public String getPath()
      Gets the path to the item that raised the exception.
      Returns:
      The path to the item that raised the exception.