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