Class EditContentTypeException

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

public class EditContentTypeException extends Exception
Exception related to the edition of content type
See Also:
  • Constructor Details

    • EditContentTypeException

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

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

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