Package com.openfin.desktop
Class DesktopIOException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.openfin.desktop.DesktopIOException
- All Implemented Interfaces:
java.io.Serializable
public class DesktopIOException
extends java.lang.Exception
Network or File IO Exception from Adapter
- Since:
- 12/8/14
- Author:
- wche
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description DesktopIOException(java.lang.Exception ex)
DesktopIOException(java.lang.String error)
-
Method Summary
-
Constructor Details
-
DesktopIOException
public DesktopIOException(java.lang.String error) -
DesktopIOException
public DesktopIOException(java.lang.Exception ex)
-