public class XmException
extends java.lang.Exception
Constructor and Description |
---|
XmException()
Creates XmException.
|
XmException(java.lang.String msg)
Creates XmException.
|
XmException(java.lang.String msg,
java.lang.Throwable cause)
Creates XmException.
|
XmException(java.lang.Throwable cause)
Creates XmException.
|
public XmException()
public XmException(java.lang.String msg)
msg
- the detail message.public XmException(java.lang.Throwable cause)
cause
- the cause.public XmException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail message.cause
- the cause.