Class UriBuilderException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UriBuilderException extends RuntimeException
A runtime exception thrown by UriBuilder.build(Object...) methods when a URI cannot be constructed based on the current state of the builder.
Since:
1.0
See Also: