Class InitException

All Implemented Interfaces:
Serializable

public final class InitException extends RuntimeException
An unchecked exception type that may be thrown on Lazy.get() or ReLazy.get(), when their initialization code causes a checked exception.
See Also: