Class IncompatibleObjectException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ru.cg.webbpm.studio.core.api.migrations.IncompatibleObjectException
All Implemented Interfaces:
Serializable

public class IncompatibleObjectException extends RuntimeException
Exception indicating some object (i.e. a page) is not compatible; migrations must be applied before proceeding to work with the object
Author:
krylov
See Also:
  • Constructor Details

    • IncompatibleObjectException

      public IncompatibleObjectException(HasVersions object)
    • IncompatibleObjectException

      public IncompatibleObjectException(HasVersions object, Throwable cause)