com.openfin.desktop
Class DesktopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openfin.desktop.DesktopException
All Implemented Interfaces:
Serializable

public class DesktopException
extends Exception

Exception thrown by the API.

See Also:
Serialized Form

Constructor Summary
DesktopException(Exception ex)
          Constructor
DesktopException(String error)
          Constructor
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DesktopException

public DesktopException(String error)
Constructor

Parameters:
error - Error message

DesktopException

public DesktopException(Exception ex)
Constructor

Parameters:
ex - Embedded exception


Copyright © 2016. All rights reserved.