Class BlobNotFoundException

All Implemented Interfaces:
Serializable

public class BlobNotFoundException extends ServiceLayerException
Exception thrown when a blob pointer exists in the repository but the actual asset does not exist in the blob store.
See Also:
  • Field Details

  • Constructor Details

    • BlobNotFoundException

      public BlobNotFoundException(String path, String site, String message)
  • Method Details

    • getPath

      public String getPath()
    • getSite

      public String getSite()