public class

ClientException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ com.commsignia.v2x.client.exception.ClientException
Known Direct Subclasses

Class Overview

Signals that a client error of some sort has occurred. This is the general exception class for other client exceptions.

Summary

Public Constructors
ClientException()
ClientException(String message)
ClientException(String message, Throwable cause)
ClientException(Throwable cause)
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public ClientException ()

public ClientException (String message)

public ClientException (String message, Throwable cause)

public ClientException (Throwable cause)