Class ConfigureException

All Implemented Interfaces:
Serializable, ContextAccessor, org.refcodes.exception.ErrorCodeAccessor, org.refcodes.exception.Trap

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