public class UnsupportedDatasetException
extends java.io.IOException
Constructor and Description |
---|
UnsupportedDatasetException()
Constructs an UnsupportedEncodingException without a detail message.
|
UnsupportedDatasetException(java.lang.String s)
Constructs an UnsupportedEncodingException with a detail message.
|
public UnsupportedDatasetException()
public UnsupportedDatasetException(java.lang.String s)
s
- Describes the reason for the exception.