Class ReferentialIntegrityViolationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.n2oapp.framework.api.exception.N2oException
-
- net.n2oapp.framework.config.reader.ReferentialIntegrityViolationException
-
- All Implemented Interfaces:
java.io.Serializable
- Direct Known Subclasses:
PageNotFoundException
public class ReferentialIntegrityViolationException extends N2oException
Исключение, метаданная не найдена- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferentialIntegrityViolationException(java.lang.String id, java.lang.Class<? extends SourceMetadata> metadataClass)ReferentialIntegrityViolationException(ConfigId configId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetId()java.lang.Class<? extends SourceMetadata>getMetadataClass()-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getData, getDialog, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setData, setDialog, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
-
-
-
Constructor Detail
-
ReferentialIntegrityViolationException
public ReferentialIntegrityViolationException(ConfigId configId)
-
ReferentialIntegrityViolationException
public ReferentialIntegrityViolationException(java.lang.String id, java.lang.Class<? extends SourceMetadata> metadataClass)
-
-
Method Detail
-
getId
public java.lang.String getId()
-
getMetadataClass
public java.lang.Class<? extends SourceMetadata> getMetadataClass()
-
-