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:
java.io.Serializable
public class RegistryObjectNotfoundException extends java.lang.RuntimeException
Failure to retrieve an expected object from the registry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryObjectNotfoundException(java.lang.String message)
ConstructorRegistryObjectNotfoundException(java.lang.String message, java.lang.Exception e)
Constructor
-
-
-
Constructor Detail
-
RegistryObjectNotfoundException
public RegistryObjectNotfoundException(java.lang.String message)
Constructor- Parameters:
message
- The error message.
-
RegistryObjectNotfoundException
public RegistryObjectNotfoundException(java.lang.String message, java.lang.Exception e)
Constructor- Parameters:
message
- The error message.e
- The Exception that caused it.
-
-