public class JdbcConnectorException extends CacheRuntimeException
Constructor and Description |
---|
JdbcConnectorException(String message) |
Modifier and Type | Method and Description |
---|---|
static JdbcConnectorException |
createException(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(String message,
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.
|
toString
getRootCause
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public JdbcConnectorException(String message)
public static JdbcConnectorException createException(Exception e)
e
- cause of this Exceptionpublic static JdbcConnectorException createException(String message, Exception e)
message
- message of this Exceptione
- cause of this Exception