Package org.apache.nifi.registry.flow
Class FlowRegistryException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.nifi.registry.flow.FlowRegistryException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AuthenticationException
,AuthorizationException
,FlowAlreadyExistsException
,FlowRegistryInvalidException
,NoSuchBucketException
,NoSuchFlowException
,NoSuchFlowVersionException
Indicates an error interacting with the NiFi registry for a reason other than IOException.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFlowRegistryException
(String message) FlowRegistryException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FlowRegistryException
-
FlowRegistryException
-