public class WDDManException
extends java.lang.Exception
Constructor and Description |
---|
WDDManException()
Creates a new instance of
WindowsHandlerException without
detail message. |
WDDManException(java.lang.String msg)
Constructs an instance of
WindowsHandlerException with the
specified detail message. |
public WDDManException()
WindowsHandlerException
without
detail message.public WDDManException(java.lang.String msg)
WindowsHandlerException
with the
specified detail message.msg
- the detail message.