Package com.webmethods.rtl
Class RtlInitException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.system.init.InitializationException
com.webmethods.rtl.RtlInitException
- All Implemented Interfaces:
IPortalException
,Serializable
- Direct Known Subclasses:
FrameworkInitException
RtlInitException describes an exception during initialization
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.webmethods.portal.PortalException
PortalException.IPortalExceptionDelegate
-
Field Summary
Fields inherited from class com.webmethods.portal.system.init.InitializationException
m_errorState, NON_RECOVERABLE_ERROR, RECOVERABLE_ERROR, UNKNOWN_ERROR
Fields inherited from class com.webmethods.portal.PortalException
CURRENT_ERROR_LIST, EXCEPTION_DELEGATE_CLASS_NAME, logger, m_context, m_errorList, m_ignoreTargetMessage, m_isExpected, m_isLocalizable, m_messageArgs, m_messageInfo, m_messageKey, m_resBundleClass, m_target, s_portalExceptionDelegate
-
Constructor Summary
ConstructorsConstructorDescriptionRtlInitException
(int errorState) Deprecated.use a construtor that provides a localized reason for the errorRtlInitException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs, int errorState) RtlInitException
(Throwable target) RtlInitException
(Throwable target, int errorState) -
Method Summary
Methods inherited from class com.webmethods.portal.system.init.InitializationException
canRecover, getErrorState, reuseOrWrap, reuseOrWrap
Methods inherited from class com.webmethods.portal.PortalException
addDetailsMesasge, addDetailsMessage, checkExpected, getCause, getContext, getErrorList, getErrorList, getGlobalProvider, getLocalizedMessage, getMessage, getMessageKey, getTargetException, getTLS, initDetailsMessage, isExpected, notImplemented, printFullStackTrace, printFullStackTrace, printStackTrace, printStackTrace, printStackTrace, putTLS, removeTLS, reset, reuseOrWrapException, setContext, setExpected, setIgnoreTargetMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getStackTrace, getSuppressed, initCause, setStackTrace, toString
-
Constructor Details
-
RtlInitException
Deprecated.use a construtor that provides a localized reason for the error- Parameters:
errorState
- eitherInitializationException.RECOVERABLE_ERROR
orInitializationException.NON_RECOVERABLE_ERROR
-
RtlInitException
public RtlInitException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs, int errorState) -
RtlInitException
-
RtlInitException
-