Class DtoInternalEngineFailureError
java.lang.Object
com.vernaio.kayros.engine.v2.exception.dto.DtoInternalEngineFailureError
- All Implemented Interfaces:
IDtoAbstractError,IDtoInternalEngineFailureError
Kayros encountered an internal Exception. Please contact support. Internal message: {message}
-
Field Summary
Fields inherited from interface com.vernaio.kayros.engine.v2.exception.dto.IDtoInternalEngineFailureError
_DISCRIMINATOR_TYPE_NAME -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThe message of the original error.getType()Type of this object.inthashCode()voidsetMessage(String message) The message of the original error.withMessage(String message) The message of the original error.
-
Constructor Details
-
DtoInternalEngineFailureError
protected DtoInternalEngineFailureError() -
DtoInternalEngineFailureError
-
-
Method Details
-
getType
Type of this object.- Specified by:
getTypein interfaceIDtoAbstractError- Specified by:
getTypein interfaceIDtoInternalEngineFailureError
-
getMessage
The message of the original error. Please include this in your Bugreport.- Specified by:
getMessagein interfaceIDtoAbstractError- Specified by:
getMessagein interfaceIDtoInternalEngineFailureError
-
setMessage
The message of the original error. Please include this in your Bugreport.- Specified by:
setMessagein interfaceIDtoAbstractError- Specified by:
setMessagein interfaceIDtoInternalEngineFailureError
-
equals
-
hashCode
public int hashCode() -
withMessage
The message of the original error. Please include this in your Bugreport.
-