Package io.micronaut.http.codec
Class CodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- io.micronaut.http.exceptions.HttpException
-
- io.micronaut.http.codec.CodecException
-
- All Implemented Interfaces:
java.io.Serializable
public class CodecException extends HttpException
An exception thrown when a object cannot be decoded.- Since:
- 1.0
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecException(java.lang.String message)
CodecException(java.lang.String message, java.lang.Throwable cause)
-