public class

MalformedPacketException

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

Class Overview

Thrown when a malformed packet is received.

Summary

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

Public Constructors

public MalformedPacketException ()

Creates a new instance.

public MalformedPacketException (String message)

Creates a new instance with the specified message.

Parameters
message exception message

public MalformedPacketException (String message, Throwable cause)

Creates a new instance with the specified message and cause.

Parameters
message exception message
cause cause

public MalformedPacketException (Throwable cause)

Creates a new instance with the specified message and cause.

Parameters
cause cause