Package org.fairdatapipeline.api
Class RegistryException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.fairdatapipeline.api.RegistryException
-
- All Implemented Interfaces:
java.io.Serializable
public class RegistryException extends java.lang.RuntimeExceptionFailure to create an Object in the registry.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RegistryException(java.lang.String message)ConstructorRegistryException(java.lang.String message, java.lang.Exception e)Constructor
-
-
-
Constructor Detail
-
RegistryException
public RegistryException(java.lang.String message)
Constructor- Parameters:
message- The error message.
-
RegistryException
public RegistryException(java.lang.String message, java.lang.Exception e)Constructor- Parameters:
message- The error message.e- The Exception that caused it.
-
-