Package io.datareplication.consumer
Class PageFormatException.NoBoundaryInContentTypeHeader
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.datareplication.consumer.ConsumerException
-
- io.datareplication.consumer.PageFormatException
-
- io.datareplication.consumer.PageFormatException.NoBoundaryInContentTypeHeader
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- PageFormatException
public static final class PageFormatException.NoBoundaryInContentTypeHeader 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 NoBoundaryInContentTypeHeader(@NonNull java.lang.String contentTypeHeader)
-
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()
-