Class InitException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
Lazy.InitException

public 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: