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:
Serializable
Failure to create an Object in the registry.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRegistryException(String message) ConstructorRegistryException(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
-
RegistryException
Constructor- Parameters:
message- The error message.
-
RegistryException
Constructor- Parameters:
message- The error message.e- The Exception that caused it.
-