public class CmsDbEntryNotFoundException extends CmsDbException
m_message| Constructor and Description |
|---|
CmsDbEntryNotFoundException(CmsMessageContainer container) |
CmsDbEntryNotFoundException(CmsMessageContainer container,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
CmsException |
createException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a copied instance of this localized exception.
|
getFormattedErrorstack, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageContainer, getStackTraceAsStringpublic CmsDbEntryNotFoundException(CmsMessageContainer container)
public CmsDbEntryNotFoundException(CmsMessageContainer container, java.lang.Throwable cause)
public CmsException createException(CmsMessageContainer container, java.lang.Throwable cause)
CmsExceptioncreateException in class CmsDbExceptioncontainer - the message containercause - the root causeCmsException.createException(org.opencms.i18n.CmsMessageContainer, java.lang.Throwable)