Class AcmeLazyLoadingException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.shredzone.acme4j.exception.AcmeLazyLoadingException
All Implemented Interfaces:
Serializable

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: