Class DdeException

All Implemented Interfaces:
Serializable

public class DdeException extends DesktopException
Signals that a DDE exception of some sort has occurred.
See Also:
  • Constructor Details

    • DdeException

      public DdeException()
      Constructs a new DdeException instance.
    • DdeException

      public DdeException(String message)
      Constructs a new DdeException with a message.
      Parameters:
      message - the detail message.
    • DdeException

      public DdeException(Throwable cause)
      Constructs a new DdeException with a cause.
      Parameters:
      cause - the cause of this exception.
    • DdeException

      public DdeException(String message, Throwable cause)
      Constructs a new DdeException with a message and cause.
      Parameters:
      message - the detail message.
      cause - the cause of this exception.