Inherits from WombatException
Name | |
---|---|
MamaFIDConflictException(int fid, final Throwable cause) | |
MamaFIDConflictException(int fid) |
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.
inline MamaFIDConflictException(
int fid,
final Throwable cause
)
inline MamaFIDConflictException(
int fid
)
Updated on 2023-03-31 at 15:29:42 +0100