psdi.util

Class MXRowUpdateException

  • All Implemented Interfaces:
    java.io.Serializable


    public class MXRowUpdateException
    extends MXSystemException
    Represents exception occurred because of optimistic locking problem. Usually this exception is thrown when the user is trying to save MboSet and before the save occurs, someone else has already modified and saved the record.
    See Also:
    Serialized Form
    • Constructor Detail

      • MXRowUpdateException

        public MXRowUpdateException(java.lang.String eg,
                                    java.lang.String ek)
        Construct an exception with the error group and key
      • MXRowUpdateException

        public MXRowUpdateException(java.lang.String eg,
                                    java.lang.String ek,
                                    java.lang.Object[] params)
        Construct an exception with the error group, key and additonal params
      • MXRowUpdateException

        public MXRowUpdateException(java.lang.String eg,
                                    java.lang.String ek,
                                    java.lang.Throwable t)
        Construct an exception with the error group,key and nested exception
      • MXRowUpdateException

        public MXRowUpdateException(java.lang.String eg,
                                    java.lang.String ek,
                                    java.lang.Object[] p,
                                    java.lang.Throwable t)
        Construct an exception with the error group, key, parameters and the nested exception