Package com.adobe.cq.smartcontent
Class SmartContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.cq.smartcontent.SmartContentException
-
- All Implemented Interfaces:
java.io.Serializable
public class SmartContentException extends java.lang.Exception
This class represents an exception while processing content within Smart Content Authoring.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SmartContentException(java.lang.String message)
Creates a newSmartContentException
.SmartContentException(java.lang.String message, java.lang.Throwable cause)
Creates a new nestedSmartContentException
.
-
-
-
Constructor Detail
-
SmartContentException
public SmartContentException(java.lang.String message)
Creates a new
SmartContentException
.- Parameters:
message
- Text describing the exception
-
SmartContentException
public SmartContentException(java.lang.String message, java.lang.Throwable cause)
Creates a new nested
SmartContentException
.- Parameters:
message
- Text describing the exceptioncause
- The nestedException
-
-