Class UriConstructionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.nifi.cluster.manager.exception.UriConstructionException
All Implemented Interfaces:
Serializable

public class UriConstructionException extends RuntimeException
Represents the exceptional case when a URI cannot be constructed from the given information. This exception is similar to Java's URISyntaxException except that it extends RuntimeException.
See Also:
  • Constructor Details

    • UriConstructionException

      public UriConstructionException()
    • UriConstructionException

      public UriConstructionException(String msg)
    • UriConstructionException

      public UriConstructionException(Throwable cause)
    • UriConstructionException

      public UriConstructionException(String msg, Throwable cause)