public class CmsDbIoException extends CmsDbException
m_message
构造器和说明 |
---|
CmsDbIoException(CmsMessageContainer container)
Creates a new localized Exception.
|
CmsDbIoException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a new localized Exception that also containes a root cause.
|
限定符和类型 | 方法和说明 |
---|---|
CmsException |
createException(CmsMessageContainer container,
java.lang.Throwable cause)
Creates a copied instance of this localized exception.
|
getFormattedErrorstack, getLocalizedMessage, getLocalizedMessage, getMessage, getMessageContainer, getStackTraceAsString
public CmsDbIoException(CmsMessageContainer container)
container
- the localized message container to usepublic CmsDbIoException(CmsMessageContainer container, java.lang.Throwable cause)
container
- the localized message container to usecause
- the Exception root causepublic CmsException createException(CmsMessageContainer container, java.lang.Throwable cause)
CmsException
createException
在类中 CmsDbException
container
- the message containercause
- the root causeCmsException.createException(org.opencms.i18n.CmsMessageContainer, java.lang.Throwable)