org.opencms.file
Class CmsDataNotImplementedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.opencms.main.CmsException
org.opencms.file.CmsDataAccessException
org.opencms.file.CmsDataNotImplementedException
- All Implemented Interfaces:
- Serializable, I_CmsThrowable
public class CmsDataNotImplementedException
- extends CmsDataAccessException
Signals that an attempt to call a method has failed since it is not implemented.
This exception may be thrown by various driver implementation classes.
- Since:
- 6.0.0
- See Also:
- Serialized Form
CmsDataNotImplementedException
public CmsDataNotImplementedException(CmsMessageContainer container)
- See Also:
CmsException.CmsException(CmsMessageContainer)
CmsDataNotImplementedException
public CmsDataNotImplementedException(CmsMessageContainer container,
Throwable cause)
- See Also:
CmsException.CmsException(CmsMessageContainer, Throwable)
createException
public CmsException createException(CmsMessageContainer container,
Throwable cause)
- Description copied from class:
CmsException
- Creates a copied instance of this localized exception.
- Overrides:
createException
in class CmsDataAccessException
- Parameters:
container
- the message containercause
- the root cause
- Returns:
- a copied instance of this localized exception
- See Also:
CmsException.createException(org.opencms.i18n.CmsMessageContainer, java.lang.Throwable)