Class InitializeException

All Implemented Interfaces:
Serializable, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap
Direct Known Subclasses:
ConfigureException

public class InitializeException extends LifecycleException
Thrown in case initializing a component caused problems. Usually a method similar to "initialize()" throws such an exception.
See Also: