Class ResourceNotFoundException

  • All Implemented Interfaces:
    Serializable

    public class ResourceNotFoundException
    extends RestException
    This exception is thrown when a certain resource is not found.
    Since:
    9.6
    Author:
    Voicu Moldovan
    See Also:
    Serialized Form
    • Constructor Detail

      • ResourceNotFoundException

        public ResourceNotFoundException​(String message)
      • ResourceNotFoundException

        public ResourceNotFoundException​(String message,
                                         Throwable cause)