Package com.adobe.cq.dashboards
Class DashboardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.adobe.cq.dashboards.DashboardException
-
- All Implemented Interfaces:
java.io.Serializable
public class DashboardException extends java.lang.Exception
Used for failing Dashboard operations- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DashboardException(java.lang.String message)
DashboardException(java.lang.String message, java.lang.Throwable throwable)
DashboardException(java.lang.Throwable throwable)
-