Package io.datareplication.consumer
Class HttpException.InvalidUrl
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- io.datareplication.consumer.HttpException
-
- io.datareplication.consumer.HttpException.InvalidUrl
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- HttpException
public static final class HttpException.InvalidUrl extends HttpException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.datareplication.consumer.HttpException
HttpException.ClientError, HttpException.InvalidUrl, HttpException.NetworkError, HttpException.ServerError
-
Nested classes/interfaces inherited from class io.datareplication.consumer.ConsumerException
ConsumerException.CollectedErrors
-
-
Constructor Summary
Constructors Constructor Description InvalidUrl(@NonNull Url url, @NonNull java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected boolean
canEqual(java.lang.Object other)
boolean
equals(java.lang.Object o)
int
hashCode()
-
-
-
Constructor Detail
-
InvalidUrl
public InvalidUrl(@NonNull @NonNull Url url, @NonNull @NonNull java.lang.Throwable cause)
-
-