public class

EncodeFailureException

extends ClientException
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.commsignia.v2x.client.exception.ClientException
         ↳ com.commsignia.v2x.client.exception.EncodeFailureException

Class Overview

Exception class for encoding failures. Encoding failures can happen the request is malformed in some regard e.g. it has invalid or missing values.

Summary

Public Constructors
EncodeFailureException(String message)
Creates an instance with a specific message
EncodeFailureException(String message, Throwable cause)
Creates an instance with the specific message and cause
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public EncodeFailureException (String message)

Creates an instance with a specific message

Parameters
message error message

public EncodeFailureException (String message, Throwable cause)

Creates an instance with the specific message and cause

Parameters
message error message
cause the cause for this exception