Class CrudException
java.lang.Object
java.lang.Throwable
java.lang.Exception
cz.masci.commons.springfx.exception.CrudException
- All Implemented Interfaces:
Serializable
- Author:
- Daniel MaĊĦek
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCrudException(String message) CrudException(String message, Throwable cause) -
Method Summary
Modifier and TypeMethodDescriptionstatic CrudExceptioncreateReadException(Throwable throwable) static CrudExceptioncreateWriteException(Throwable throwable) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CrudException
-
CrudException
-
-
Method Details
-
createReadException
-
createWriteException
-