public class JdbcConnectorException extends CacheRuntimeException
| Constructor and Description |
|---|
JdbcConnectorException(java.lang.String message) |
| Modifier and Type | Method and Description |
|---|---|
static JdbcConnectorException |
createException(java.lang.Exception e)
Create a new JdbcConnectorException by first checking to see if the causing exception is or
contains an exception that potentially could not be deserialized by remote systems receiving
the serialized exception.
|
static JdbcConnectorException |
createException(java.lang.String message,
java.lang.Exception e)
Create a new JdbcConnectorException by first checking to see if the causing exception is or
contains an exception that potentially could not be deserialized by remote systems receiving
the serialized exception.
|
toStringgetRootCausepublic static JdbcConnectorException createException(java.lang.Exception e)
e - cause of this Exceptionpublic static JdbcConnectorException createException(java.lang.String message, java.lang.Exception e)
message - message of this Exceptione - cause of this Exception