Class RegistryObjectNotfoundException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fairdatapipeline.api.RegistryObjectNotfoundException
All Implemented Interfaces:
Serializable

public class RegistryObjectNotfoundException extends RuntimeException
Failure to retrieve an expected object from the registry.
See Also:
  • Constructor Details

    • RegistryObjectNotfoundException

      public RegistryObjectNotfoundException(String message)
      Constructor
      Parameters:
      message - The error message.
    • RegistryObjectNotfoundException

      public RegistryObjectNotfoundException(String message, Exception e)
      Constructor
      Parameters:
      message - The error message.
      e - The Exception that caused it.