Class ResourceNotFoundException

All Implemented Interfaces:
com.streambase.sb.util.LocatedItem, Serializable

public class ResourceNotFoundException extends StreamBaseException
Thrown when an operator tries to get a resource by name, but no such resource exists.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String name)
      Constructor.
      Parameters:
      name - the name of the resource that was not found
    • ResourceNotFoundException

      public ResourceNotFoundException(String name, Throwable cause)
      Constructor.
      Parameters:
      name - the name of the resource that was not found
      cause - The cause
    • ResourceNotFoundException

      public ResourceNotFoundException(String name, String resourcePath)
      Constructor.
      Parameters:
      name - the name of the resource that was not found
      resourcePath - the path that was looked into to find the above resource