Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ResourceNotFoundException
    extends RuntimeException
    Exception that indicates that resource has not been found by Classloader.
    Author:
    loomchild
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(String name)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String name,
                                         Throwable cause)