Class AttributeValidationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- de.captaingoldfish.scim.sdk.server.schemas.exceptions.AttributeValidationException
-
- All Implemented Interfaces:
Serializable
public class AttributeValidationException extends RuntimeException
- Since:
- 09.04.2021
- Author:
- Pascal Knueppel
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AttributeValidationException(SchemaAttribute schemaAttribute, String message)AttributeValidationException(SchemaAttribute schemaAttribute, String message, Throwable cause)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SchemaAttributegetSchemaAttribute()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AttributeValidationException
public AttributeValidationException(SchemaAttribute schemaAttribute, String message)
-
AttributeValidationException
public AttributeValidationException(SchemaAttribute schemaAttribute, String message, Throwable cause)
-
-
Method Detail
-
getSchemaAttribute
public SchemaAttribute getSchemaAttribute()
-
-