public class ExportableItemConnectorException
extends java.lang.Exception
| Modifier and Type | Field and Description |
|---|---|
static int |
BAD_CONFIGURATION
Bad configuration.
|
| Constructor and Description |
|---|
ExportableItemConnectorException(int r,
java.lang.Exception exception)
Builds the exception with a reason and a cause exception.
|
ExportableItemConnectorException(int r,
java.lang.String message)
Builds the exception with a simple message.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getReason()
Returns the reason of the exception.
|
public static final int BAD_CONFIGURATION
public ExportableItemConnectorException(int r,
java.lang.String message)
message - the message which will be printed (if not null)
if this exception occurs.r - the reason.public ExportableItemConnectorException(int r,
java.lang.Exception exception)
r - the reason.exception - the cause exception.