Class CrudControllerException

All Implemented Interfaces:
Serializable

public class CrudControllerException extends RuntimeException
Author:
Mario A. Serrano Leones
See Also:
  • Constructor Details

    • CrudControllerException

      public CrudControllerException(Throwable cause)
    • CrudControllerException

      public CrudControllerException(String message, Throwable cause)
    • CrudControllerException

      public CrudControllerException(String message)
    • CrudControllerException

      public CrudControllerException()