Package io.micronaut.http.exceptions
Class UriSyntaxException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.http.exceptions.HttpException
-
- io.micronaut.http.exceptions.UriSyntaxException
-
- All Implemented Interfaces:
java.io.Serializable
public class UriSyntaxException extends HttpException
Thrown when the URI syntax is correct.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UriSyntaxException(java.net.URISyntaxException e)
-