Class ModelEntity.UniqueConstraintViolationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.simplesim.model.ModelEntity.UniqueConstraintViolationException
All Implemented Interfaces:
Serializable
Enclosing interface:
ModelEntity

public static final class ModelEntity.UniqueConstraintViolationException extends RuntimeException
Exception to be thrown if a duplicate object is used where only a unique one is allowed.
See Also:
  • Constructor Details

    • UniqueConstraintViolationException

      public UniqueConstraintViolationException(String message)