Class 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)
      Constructor
      DesktopException​(java.lang.String error)
      Constructor
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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​(java.lang.String error)
        Constructor
        Parameters:
        error - Error message
      • DesktopException

        public DesktopException​(java.lang.Exception ex)
        Constructor
        Parameters:
        ex - Embedded exception