Class InitializationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.system.init.InitializationException
All Implemented Interfaces:
IPortalException, Serializable
Direct Known Subclasses:
RtlInitException

public class InitializationException extends PortalException

During startup, this various IInitializables are initialized by the PortalSystem. If an exception occurrs an InitializationException is thrown. The author of the IInitializable decides whether the system can recover. If it can, an InitializationException is thrown with the paramater RECOVERABLE_ERROR. This implies that even though the object wasn't successfully initialized, the system as a whole can still continue to initialize. Otherwise, an InitializationException is thrown with the paramater NON_RECOVERABLE_ERROR.

See Also: