Class MetaException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.webmethods.portal.PortalException
com.webmethods.portal.service.meta2.MetaException
- All Implemented Interfaces:
IPortalException
,Serializable
- Direct Known Subclasses:
DeadlockException
,ServerBusyException
- 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.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
ConstructorsConstructorDescriptionDeprecated.MetaException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey) MetaException
(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs) MetaException
(String message) Deprecated.MetaException
(String message, boolean isExpected) Deprecated.MetaException
(String message, Throwable target) Deprecated.MetaException
(String message, Throwable target, boolean isExpected) Deprecated.MetaException
(Throwable thrown) MetaException
(Throwable thrown, boolean isExpected) MetaException
(Throwable t, Class<? extends ResourceBundle> resourceBundleClass, String messageKey) -
Method Summary
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
-
MetaException
-
MetaException
public MetaException(Throwable t, Class<? extends ResourceBundle> resourceBundleClass, String messageKey) -
MetaException
-
MetaException
public MetaException(Class<? extends ResourceBundle> resourceBundleClass, String messageKey, Object[] messageArgs) -
MetaException
-
MetaException
Deprecated. -
MetaException
Deprecated. -
MetaException
Deprecated. -
MetaException
Deprecated. -
MetaException
Deprecated.
-