Class AttributesNotAccessibleException.Builder

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected AttributesNotAccessibleException doBuild​(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders, java.lang.String message, java.lang.String description, java.lang.Throwable cause, java.net.URI href)  
      • Methods inherited from class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder

        build, cause, cause, description, description, dittoHeaders, href, href, href, message, message
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • doBuild

        protected AttributesNotAccessibleException doBuild​(org.eclipse.ditto.base.model.headers.DittoHeaders dittoHeaders,
                                                           @Nullable
                                                           java.lang.String message,
                                                           @Nullable
                                                           java.lang.String description,
                                                           @Nullable
                                                           java.lang.Throwable cause,
                                                           @Nullable
                                                           java.net.URI href)
        Specified by:
        doBuild in class org.eclipse.ditto.base.model.exceptions.DittoRuntimeExceptionBuilder<AttributesNotAccessibleException>