Class UnknownTypeException

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

Exception thrown when the type of the item is unkwnon
See Also:
  • Constructor Details

    • UnknownTypeException

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

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

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