public class IncompatibleDataSet extends MaestroException
| Modifier | Constructor and Description |
|---|---|
|
IncompatibleDataSet() |
|
IncompatibleDataSet(String message) |
|
IncompatibleDataSet(String message,
Throwable cause) |
protected |
IncompatibleDataSet(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
|
IncompatibleDataSet(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringThis documentation was released into the public domain.