Package org.opencms.gwt.client.ui
Class CmsCancelCloseException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.opencms.gwt.client.ui.CmsCancelCloseException
- All Implemented Interfaces:
Serializable
An exception class used to signal that the closing of a dialog should be cancelled.
- Since:
- 8.0.0
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CmsCancelCloseException
public CmsCancelCloseException()Creates a new instance.
-