Class MamaFIDConflictException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MamaFIDConflictException
    extends com.wombat.common.WombatException
    An exception that is thrown when an attempt is made to add a field with a duplicate field to a message.
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MamaFIDConflictException

        public MamaFIDConflictException​(int fid,
                                        java.lang.Throwable cause)
      • MamaFIDConflictException

        public MamaFIDConflictException​(int fid)