Class EncoderServiceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.cumulocity.microservice.customencoders.api.exception.EncoderServiceException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
EncoderInternalException
,InvalidCommandDataException
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionEncoderServiceException
(Throwable throwable, String message, EncoderResult 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
-
EncoderServiceException
-