Class RemoveContentTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.cms.contenttype.RemoveContentTypeException
All Implemented Interfaces:
Serializable

Exception related to the removal of a content type
See Also:
  • Constructor Details

    • RemoveContentTypeException

      Constructs a new exception with the specified detail message.
      Parameters:
      message - the detail message
    • RemoveContentTypeException

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

      Constructs a new exception with the cause.
      Parameters:
      cause - the cause