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:
Serializable
- Direct Known Subclasses:
PageNotFoundException
public class ReferentialIntegrityViolationException extends N2oException
Исключение, метаданная не найдена- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ReferentialIntegrityViolationException(String id, Class<? extends SourceMetadata> metadataClass)ReferentialIntegrityViolationException(ConfigId configId)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetId()Class<? extends SourceMetadata>getMetadataClass()-
Methods inherited from class net.n2oapp.framework.api.exception.N2oException
addData, getChoice, getData, getField, getHttpStatus, getLocalizedMessage, getSeverity, getUserMessage, getView, setChoice, setData, setField, setHttpStatus, setSeverity, setUserMessage, setView, wrap
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ReferentialIntegrityViolationException
public ReferentialIntegrityViolationException(ConfigId configId)
-
ReferentialIntegrityViolationException
public ReferentialIntegrityViolationException(String id, Class<? extends SourceMetadata> metadataClass)
-
-
Method Detail
-
getId
public String getId()
-
getMetadataClass
public Class<? extends SourceMetadata> getMetadataClass()
-
-