Package com.openfin.desktop
Class DesktopException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openfin.desktop.DesktopException
- All Implemented Interfaces:
java.io.Serializable
public class DesktopException
extends java.lang.Exception
Exception thrown by the API.
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DesktopException(java.lang.Exception ex)
ConstructorDesktopException(java.lang.String error)
Constructor -
Method Summary
-
Constructor Details
-
DesktopException
public DesktopException(java.lang.String error)Constructor- Parameters:
error
- Error message
-
DesktopException
public DesktopException(java.lang.Exception ex)Constructor- Parameters:
ex
- Embedded exception
-