Package | Description |
---|---|
org.mule.modules.sparksql.exception |
Modifier and Type | Method and Description |
---|---|
StatusCode |
SparkSqlConnectorException.getStatusCode() |
static StatusCode |
StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StatusCode[] |
StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
EmptyDataPropertyException(StatusCode statusCode,
String message) |
EmptyTableNameException(StatusCode statusCode,
String message) |
FileDataPropertiesException(StatusCode statusCode,
String message) |
FileDataTypeNotValidException(StatusCode statusCode,
String message) |
JdbcDataPropertiesException(StatusCode statusCode,
String message) |
JdbcDataPropertiesException(StatusCode statusCode,
String message,
Throwable cause) |
SparkSqlConnectorException(StatusCode statusCode,
String message) |
SparkSqlConnectorException(StatusCode statusCode,
String message,
Throwable cause) |
SqlSelectNotValidException(StatusCode statusCode,
String message) |
Copyright © 2010–2017. All rights reserved.