Class BmIncompatibleModelChangeException

  • All Implemented Interfaces:
    Serializable

    public class BmIncompatibleModelChangeException
    extends RuntimeException
    Exception thrown on platform start in case incompatible changes to the model are detected.
    See Also:
    Serialized Form
    • Constructor Detail

      • BmIncompatibleModelChangeException

        public BmIncompatibleModelChangeException​(String message)
        Creates a new exception with the the specified detail message.
        Parameters:
        message - the detail message.