Class PathNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class PathNotFoundException
    extends CrafterException
    Thrown to indicate that a resource in a content store couldn't be reached (its path was not found).
    Author:
    Sumer Jabri, Alfonso Vásquez
    See Also:
    Serialized Form
    • Constructor Detail

      • PathNotFoundException

        public PathNotFoundException()
      • PathNotFoundException

        public PathNotFoundException​(String message,
                                     Throwable cause)
      • PathNotFoundException

        public PathNotFoundException​(String message)
      • PathNotFoundException

        public PathNotFoundException​(Throwable cause)