Class 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 a ResourceUtilizationPathNotFoundException 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 java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ResourceUtilizationPathNotFoundException

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

      • getPath

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