Class ResourceNotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.broadleafcommerce.billing.common.web.endpoint.exception.ResourceNotFoundException
All Implemented Interfaces:
Serializable

@ResponseStatus(value=NOT_FOUND, reason="Resource Not Found") public class ResourceNotFoundException extends RuntimeException
An API-layer equivalent of the EntityMissingException
See Also:
  • Constructor Details

    • ResourceNotFoundException

      public ResourceNotFoundException(String message)
    • ResourceNotFoundException

      public ResourceNotFoundException()
    • ResourceNotFoundException

      public ResourceNotFoundException(String message, Throwable cause)
    • ResourceNotFoundException

      public ResourceNotFoundException(Throwable cause)