Package com.adobe.cq.dam.cfm
Class ContentFragmentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.cq.dam.cfm.ContentFragmentException
-
- All Implemented Interfaces:
java.io.Serializable
public class ContentFragmentException extends java.lang.Exception
This class represents a generic exception in handling content fragments.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentFragmentException(java.lang.String msg)
Create a new content fragment exception.ContentFragmentException(java.lang.String msg, java.lang.Throwable cause)
Creates a new nested content fragment exception.
-
-
-
Constructor Detail
-
ContentFragmentException
public ContentFragmentException(java.lang.String msg)
Create a new content fragment exception.- Parameters:
msg
- A message describing the exception
-
ContentFragmentException
public ContentFragmentException(java.lang.String msg, java.lang.Throwable cause)
Creates a new nested content fragment exception.- Parameters:
msg
- A message describing the exceptioncause
- The cause of the exception
-
-