Package org.shredzone.acme4j.exception


@ReturnValuesAreNonnullByDefault @DefaultAnnotationForParameters(edu.umd.cs.findbugs.annotations.NonNull.class) @DefaultAnnotationForFields(edu.umd.cs.findbugs.annotations.NonNull.class) package org.shredzone.acme4j.exception
This package contains all exceptions that can be thrown by acme4j.

AcmeException is the root exception, and other exceptions are derived from it.

Some methods that do lazy-loading of remote resources may throw a runtime AcmeLazyLoadingException instead, so the API is not polluted with checked exceptions on every getter.