Package org.fairdatapipeline.api
Class RegistryObjectNotfoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.fairdatapipeline.api.RegistryObjectNotfoundException
- All Implemented Interfaces:
Serializable
Failure to retrieve an expected object from the registry.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryObjectNotfoundException(String message) ConstructorRegistryObjectNotfoundException(String message, Exception e) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RegistryObjectNotfoundException
Constructor- Parameters:
message- The error message.
-
RegistryObjectNotfoundException
Constructor- Parameters:
message- The error message.e- The Exception that caused it.
-