Package io.datareplication.consumer
Class PageFormatException.UnparseableContentTypeHeader
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- io.datareplication.consumer.PageFormatException
-
- io.datareplication.consumer.PageFormatException.UnparseableContentTypeHeader
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PageFormatException
public static final class PageFormatException.UnparseableContentTypeHeader extends PageFormatException
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class io.datareplication.consumer.PageFormatException
PageFormatException.InvalidContentType, PageFormatException.InvalidLastModifiedHeader, PageFormatException.InvalidLastModifiedHeaderInEntity, PageFormatException.InvalidMultipart, PageFormatException.MissingContentIdInEntity, PageFormatException.MissingContentTypeHeader, PageFormatException.MissingContentTypeInEntity, PageFormatException.MissingLastModifiedHeader, PageFormatException.MissingLastModifiedHeaderInEntity, PageFormatException.MissingNextLinkHeader, PageFormatException.MissingOperationTypeInEntity, PageFormatException.MissingSelfLinkHeader, PageFormatException.NoBoundaryInContentTypeHeader, PageFormatException.UnparseableContentTypeHeader, PageFormatException.UnparseableOperationTypeInEntity
-
Nested classes/interfaces inherited from class io.datareplication.consumer.ConsumerException
ConsumerException.CollectedErrors
-
-
Constructor Summary
Constructors Constructor Description UnparseableContentTypeHeader(@NonNull java.lang.String contentTypeHeader)UnparseableContentTypeHeader(@NonNull java.lang.String contentTypeHeader, @NonNull java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)inthashCode()
-
-
-
Constructor Detail
-
UnparseableContentTypeHeader
public UnparseableContentTypeHeader(@NonNull @NonNull java.lang.String contentTypeHeader)
-
UnparseableContentTypeHeader
public UnparseableContentTypeHeader(@NonNull @NonNull java.lang.String contentTypeHeader, @NonNull @NonNull java.lang.Throwable cause)
-
-