Class DtoAbstractError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoAbstractError
- All Implemented Interfaces:
IDtoAbstractError
Base error type, generated by the engine.
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoAbstractError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetType()Type of this object.inthashCode()voidsetMessage(String message) withMessage(String message)
-
Constructor Details
-
DtoAbstractError
protected DtoAbstractError() -
DtoAbstractError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError
-
getMessage
- Specified by:
getMessagein interfaceIDtoAbstractError
-
setMessage
- Specified by:
setMessagein interfaceIDtoAbstractError
-
equals
-
hashCode
public int hashCode() -
withMessage
-