Class CrudException

java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.masci.commons.springfx.exception.CrudException
All Implemented Interfaces:
Serializable

public class CrudException extends Exception
Author:
Daniel MaĊĦek
See Also:
  • Constructor Details

    • CrudException

      public CrudException(String message, Throwable cause)
    • CrudException

      public CrudException(String message)
  • Method Details