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

public class FlowRegistryException extends Exception
Indicates an error interacting with the NiFi registry for a reason other than IOException.
See Also:
  • Constructor Details

    • FlowRegistryException

      public FlowRegistryException(String message)
    • FlowRegistryException

      public FlowRegistryException(String message, Throwable cause)