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:
- I_CmsThrowable, Serializable
- 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
- Version:
- $Revision: 1.6 $
- Author:
- Carsten Weinholz
- 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
- See Also:
CmsException.createException(org.opencms.i18n.CmsMessageContainer, java.lang.Throwable)