Class DecoderServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cumulocity.microservice.customdecoders.api.exception.DecoderServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
DecoderInternalException
,InvalidInputDataException
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDecoderServiceException
(Throwable throwable, String message, DecoderResult result) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
result
-
-
Constructor Details
-
DecoderServiceException
-