Class TemplateInUseException

All Implemented Interfaces:
Serializable

public class TemplateInUseException extends CmsTemplateException
This exception is thrown if a specific operation on a template cannot be executed, because the template is in use.
See Also:
  • Constructor Details

    • TemplateInUseException

      public TemplateInUseException(String uniqueId)
  • Method Details

    • getUniqueId

      public String getUniqueId()