Class DashboardException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.adobe.cq.dashboards.DashboardException
All Implemented Interfaces:
Serializable

public class DashboardException extends Exception
Used for failing Dashboard operations
See Also:
  • Constructor Details

    • DashboardException

      public DashboardException(String message)
    • DashboardException

      public DashboardException(Throwable throwable)
    • DashboardException

      public DashboardException(String message, Throwable throwable)