Classes Files

com::wombat::mama::MamaFIDConflictException

More…

Inherits from WombatException

Public Functions

  Name
  MamaFIDConflictException(int fid, final Throwable cause)
  MamaFIDConflictException(int fid)

Detailed Description

class com::wombat::mama::MamaFIDConflictException;

An exception that is thrown when an attempt is made to add a field with a duplicate field to a message.

Public Functions Documentation

function MamaFIDConflictException

inline MamaFIDConflictException(
    int fid,
    final Throwable cause
)

function MamaFIDConflictException

inline MamaFIDConflictException(
    int fid
)

Updated on 2023-03-31 at 15:29:42 +0100