Class IncompatibleGuiContextException

  • All Implemented Interfaces:
    de.aristaflow.adept2.model.communication.webservice.StackSuppressingException, Serializable

    public class IncompatibleGuiContextException
    extends IlmException
    A specific exception indicating that a GUIContext cannot be converted to an ILM compatible one. Usually, a TransferableGUIContext is expected.
    See Also:
    Serialized Form
    • Field Detail

      • guiContextClass

        @NotNull
        public @NotNull String guiContextClass
    • Constructor Detail

      • IncompatibleGuiContextException

        public IncompatibleGuiContextException()
        The constructor required for bean deserialisation.
      • IncompatibleGuiContextException

        public IncompatibleGuiContextException​(String message,
                                               Throwable cause)
        A constructor for wrapping a causing throwable.