Class ResourceNotFoundException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ContainerNotFoundException, KeyNotFoundException

public class ResourceNotFoundException extends RuntimeException
Thrown when a resource cannot be located.
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException()
    • ResourceNotFoundException

      public ResourceNotFoundException(String arg0, Throwable arg1)
    • ResourceNotFoundException

      public ResourceNotFoundException(String arg0)
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable arg0)