public class DataProviderMismatchException extends OLAPIRuntimeException
Source
objects associated with different DataProvider
objects. For example, this exception is thrown when Source
x and Source
y are associated with different DataProvider
objects and the x.join(y)
call is made.Constructor and Description |
---|
DataProviderMismatchException()
Creates a
DataProviderMismatchException . |
DataProviderMismatchException(java.lang.String message)
Creates a
DataProviderMismatchException with the specified message. |
getLocalizedMessage, getLocalizedMessage, getParameters, toString
public DataProviderMismatchException()
DataProviderMismatchException
.public DataProviderMismatchException(java.lang.String message)
DataProviderMismatchException
with the specified message.message
- A String
that contains a message for this exception.