Package io.dialob.service.common.api
Class UpdateConflictServiceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.dialob.service.common.api.ServiceException
-
- io.dialob.service.common.api.UpdateConflictServiceException
-
- All Implemented Interfaces:
Serializable
public class UpdateConflictServiceException extends ServiceException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UpdateConflictServiceException()UpdateConflictServiceException(String message)UpdateConflictServiceException(String message, Throwable cause)UpdateConflictServiceException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)UpdateConflictServiceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UpdateConflictServiceException
public UpdateConflictServiceException()
-
UpdateConflictServiceException
public UpdateConflictServiceException(String message)
-
UpdateConflictServiceException
public UpdateConflictServiceException(String message, Throwable cause)
-
UpdateConflictServiceException
public UpdateConflictServiceException(Throwable cause)
-
-