Class SubjectExpiryInvalidException

  • All Implemented Interfaces:
    Serializable, org.eclipse.ditto.model.base.headers.WithDittoHeaders<org.eclipse.ditto.model.base.exceptions.DittoRuntimeException>, org.eclipse.ditto.model.base.headers.WithManifest, org.eclipse.ditto.model.base.json.Jsonifiable<org.eclipse.ditto.json.JsonObject>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<org.eclipse.ditto.json.JsonObject,​org.eclipse.ditto.json.JsonField>, PolicyException

    @Immutable
    public final class SubjectExpiryInvalidException
    extends org.eclipse.ditto.model.base.exceptions.DittoRuntimeException
    implements PolicyException
    Thrown if a Subject expiry timestamp is not valid (e.g. because the provided string could not be parsed as ISO-8601 timestamp or the provided expiry timestamp was in the past).
    Since:
    2.0.0
    See Also:
    Serialized Form
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  SubjectExpiryInvalidException.Builder
      A mutable builder with a fluent API for a SubjectExpiryInvalidException.
      • Nested classes/interfaces inherited from class org.eclipse.ditto.model.base.exceptions.DittoRuntimeException

        org.eclipse.ditto.model.base.exceptions.DittoRuntimeException.JsonFields
      • Nested classes/interfaces inherited from interface org.eclipse.ditto.model.base.json.Jsonifiable

        org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelector, org.eclipse.ditto.model.base.json.Jsonifiable.WithFieldSelectorAndPredicate<T extends Object>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPointer<J extends org.eclipse.ditto.json.JsonValue>, org.eclipse.ditto.model.base.json.Jsonifiable.WithPredicate<J extends org.eclipse.ditto.json.JsonValue,​T extends Object>
    • Method Detail

      • newBuilderTimestampInThePast

        public static SubjectExpiryInvalidException.Builder newBuilderTimestampInThePast​(CharSequence expiry)
        A mutable builder for a SubjectExpiryInvalidException caused by the expiry being in the past.
        Parameters:
        expiry - the expiry of the subject.
        Returns:
        the builder.
      • fromMessage

        public static SubjectExpiryInvalidException fromMessage​(@Nullable
                                                                String message,
                                                                org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
        Constructs a new SubjectExpiryInvalidException object with the given exception message.
        Parameters:
        message - detail message. This message can be later retrieved by the Throwable.getMessage() method.
        dittoHeaders - the headers of the command which resulted in this exception.
        Returns:
        the new SubjectExpiryInvalidException.
        Throws:
        NullPointerException - if dittoHeaders is null.
      • fromJson

        public static SubjectExpiryInvalidException fromJson​(org.eclipse.ditto.json.JsonObject jsonObject,
                                                             org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
        Constructs a new SubjectExpiryInvalidException object with the exception message extracted from the given JSON object.
        Parameters:
        jsonObject - the JSON to read the DittoRuntimeException.JsonFields.MESSAGE field from.
        dittoHeaders - the headers of the command which resulted in this exception.
        Returns:
        the new SubjectExpiryInvalidException.
        Throws:
        NullPointerException - if any argument is null.
        org.eclipse.ditto.json.JsonMissingFieldException - if this JsonObject did not contain an error message.
        org.eclipse.ditto.json.JsonParseException - if the passed in jsonObject was not in the expected format.
      • getSupportedSchemaVersions

        public org.eclipse.ditto.model.base.json.JsonSchemaVersion[] getSupportedSchemaVersions()
        Specified by:
        getSupportedSchemaVersions in interface org.eclipse.ditto.model.base.json.Jsonifiable<org.eclipse.ditto.json.JsonObject>
      • setDittoHeaders

        public org.eclipse.ditto.model.base.exceptions.DittoRuntimeException setDittoHeaders​(org.eclipse.ditto.model.base.headers.DittoHeaders dittoHeaders)
        Specified by:
        setDittoHeaders in interface org.eclipse.ditto.model.base.headers.WithDittoHeaders<org.eclipse.ditto.model.base.exceptions.DittoRuntimeException>
        Overrides:
        setDittoHeaders in class org.eclipse.ditto.model.base.exceptions.DittoRuntimeException