Class NotUniqueTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.ametys.runtime.model.exception.NotUniqueTypeException
All Implemented Interfaces:
Serializable

Exception thrown when many types are compatibles with an item
See Also:
  • Constructor Details

    • NotUniqueTypeException

      public NotUniqueTypeException(String message)
      Constructs a new not unique type exception with the specified detail message.
      Parameters:
      message - The detail message.
    • NotUniqueTypeException

      public NotUniqueTypeException(String message, Throwable cause)
      Constructs a new not unique type exception with the specified detail message and cause.
      Parameters:
      message - The detail message.
      cause - The cause.
    • NotUniqueTypeException

      Constructs a new not unique type exception with the specified cause.
      Parameters:
      cause - The cause.