Class RelationshipException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
nl.datasteel.crudcraft.runtime.exception.CrudCraftRuntimeException
nl.datasteel.crudcraft.runtime.exception.RelationshipException
- All Implemented Interfaces:
Serializable
409 Conflict - relationship constraint violation.
This exception is thrown when an operation violates a relationship constraint,
such as attempting to delete an entity that is still referenced by another entity.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRelationshipException(String message, Throwable cause) Constructs a RelationshipException with a default message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
RelationshipException
Constructs a RelationshipException with a default message.- Parameters:
message- the detail message
-