Class ContentFragmentException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.dam.cfm.ContentFragmentException
All Implemented Interfaces:
Serializable

public class ContentFragmentException extends Exception
This class represents a generic exception in handling content fragments.
See Also:
  • Constructor Details

    • ContentFragmentException

      public ContentFragmentException(String msg)
      Create a new content fragment exception.
      Parameters:
      msg - A message describing the exception
    • ContentFragmentException

      public ContentFragmentException(String msg, Throwable cause)
      Creates a new nested content fragment exception.
      Parameters:
      msg - A message describing the exception
      cause - The cause of the exception