Class NotFoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.duracloud.common.db.error.NotFoundException
All Implemented Interfaces:
Serializable

public class NotFoundException extends Exception
Exception thrown when a requested db value does not exist
Author:
Bill Branan
See Also:
  • Constructor Details

    • NotFoundException

      public NotFoundException(String message)