Class VisibilityPropertySchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
-
- uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
-
- uk.gov.gchq.gaffer.store.schema.exception.VisibilityPropertySchemaException
-
- All Implemented Interfaces:
Serializable
public class VisibilityPropertySchemaException extends SchemaException
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
VISIBILITY_PROPERTY
-
Constructor Summary
Constructors Constructor Description VisibilityPropertySchemaException(String thisVisibilityProperty, String thatVisibilityProperty)
VisibilityPropertySchemaException(String message, Throwable e)
-
Method Summary
-
Methods inherited from class uk.gov.gchq.gaffer.data.elementdefinition.exception.SchemaException
getMessage, prependToMessage
-
Methods inherited from class uk.gov.gchq.gaffer.core.exception.GafferRuntimeException
getStatus, setStatus
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Field Detail
-
VISIBILITY_PROPERTY
public static final String VISIBILITY_PROPERTY
- See Also:
- Constant Field Values
-
-