public class SqlXmlFeatureNotImplementedException extends InvalidDataAccessApiUsageException
Constructor and Description |
---|
SqlXmlFeatureNotImplementedException(java.lang.String msg)
Constructor for SqlXmlFeatureNotImplementedException.
|
SqlXmlFeatureNotImplementedException(java.lang.String msg,
java.lang.Throwable cause)
Constructor for SqlXmlFeatureNotImplementedException.
|
contains, getMessage, getMostSpecificCause, getRootCause
public SqlXmlFeatureNotImplementedException(java.lang.String msg)
msg
- the detail messagepublic SqlXmlFeatureNotImplementedException(java.lang.String msg, java.lang.Throwable cause)
msg
- the detail messagecause
- the root cause from the data access API in use