Class AcmeLazyLoadingException

  • All Implemented Interfaces:
    Serializable

    public class AcmeLazyLoadingException
    extends RuntimeException
    A runtime exception that is thrown when an AcmeException occured while trying to lazy-load a resource from the ACME server. It contains the original cause of the exception and a reference to the resource that could not be lazy-loaded. It is usually thrown by getter methods, so the API is not polluted with checked exceptions.
    See Also:
    Serialized Form