Class TombstoneException

All Implemented Interfaces:
Serializable

Exception when a Tombstone FedoraResource is used where a real object is expected
Since:
10/16/14
Author:
cabeer
See Also:
  • Constructor Details

    • TombstoneException

      Construct a new tombstone exception for a resource
      Parameters:
      resource - the fedora resource
    • TombstoneException

      public TombstoneException(FedoraResource resource, String tombstoneUri, String timemapUri)
      Create a new tombstone exception with a URI to the tombstone resource
      Parameters:
      resource - the fedora resource
      tombstoneUri - the uri to the tombstone resource for the Link header.
      timemapUri - the uri to the resource's timemap for a Link header.
  • Method Details