Class IncompatibleGuiContextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
de.aristaflow.ilm.util.IlmException
de.aristaflow.ilm.model.runtimeenvironment.guicontext.IncompatibleGuiContextException
- All Implemented Interfaces:
de.aristaflow.adept2.model.communication.webservice.StackSuppressingException,Serializable
A specific exception indicating that a
GUIContext cannot be converted to an ILM
compatible one. Usually, a
TransferableGUIContext is
expected.- See Also:
-
Field Summary
FieldsFields inherited from class de.aristaflow.ilm.util.IlmException
causeClass, message, serverLogId, subClass, suppressStack -
Constructor Summary
ConstructorsConstructorDescriptionThe constructor required for bean deserialisation.IncompatibleGuiContextException(String message, Throwable cause) A constructor for wrapping a causing throwable. -
Method Summary
Methods inherited from class de.aristaflow.ilm.util.IlmException
getCause, getIlmStackTrace, getLocalizedMessage, getLogId, getMessage, getStackTrace, setLogId, setStackTrace, setSuppressStackMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, toString
-
Field Details
-
guiContextClass
-
-
Constructor Details
-
IncompatibleGuiContextException
public IncompatibleGuiContextException()The constructor required for bean deserialisation. -
IncompatibleGuiContextException
A constructor for wrapping a causing throwable.
-