Class UpdateException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.alon.spring.crud.domain.service.exception.CrudException
-
- com.alon.spring.crud.domain.service.exception.UpdateException
-
- All Implemented Interfaces:
java.io.Serializable
public class UpdateException extends CrudException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateException()UpdateException(java.lang.String msg)UpdateException(java.lang.String message, java.lang.Throwable cause)UpdateException(java.lang.Throwable cause)
-