Class TargetRecommendationsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.cq.targetrecommendations.api.TargetRecommendationsException
-
- All Implemented Interfaces:
java.io.Serializable
public class TargetRecommendationsException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TargetRecommendationsException()
TargetRecommendationsException(java.lang.String message)
TargetRecommendationsException(java.lang.String message, java.lang.Throwable throwable)
TargetRecommendationsException(java.lang.Throwable throwable)
-
-
-
Constructor Detail
-
TargetRecommendationsException
public TargetRecommendationsException()
-
TargetRecommendationsException
public TargetRecommendationsException(java.lang.String message)
-
TargetRecommendationsException
public TargetRecommendationsException(java.lang.Throwable throwable)
-
TargetRecommendationsException
public TargetRecommendationsException(java.lang.String message, java.lang.Throwable throwable)
-
-