Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    @API(status=EXPERIMENTAL,
         since="0.1.0")
    public class ResourceNotFoundException
    extends RuntimeException
    This exception will be thrown in cases where a given resource can not being found.
    Author:
    Karl Heinz Marbaise
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException()
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message)
      • ResourceNotFoundException

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

        public ResourceNotFoundException​(Throwable cause)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message,
                                         Throwable cause,
                                         boolean enableSuppression,
                                         boolean writableStackTrace)