Class DashboardException

All Implemented Interfaces:
Serializable

public class DashboardException extends RuntimeException
See Also:
  • Constructor Details

    • DashboardException

      public DashboardException()
    • DashboardException

      public DashboardException(String message)
    • DashboardException

      public DashboardException(String message, Throwable cause)
    • DashboardException

      public DashboardException(Throwable cause)
    • DashboardException

      protected DashboardException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)