public class SQLExceptionReader extends Object implements org.mule.api.config.ExceptionReader
| Constructor and Description |
|---|
SQLExceptionReader() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
getCause(Throwable t) |
Class<?> |
getExceptionType() |
Map<?,?> |
getInfo(Throwable t)
Returns a map of the non-stanard information stored on the exception
|
String |
getMessage(Throwable t) |
public String getMessage(Throwable t)
getMessage in interface org.mule.api.config.ExceptionReaderpublic Throwable getCause(Throwable t)
getCause in interface org.mule.api.config.ExceptionReaderpublic Class<?> getExceptionType()
getExceptionType in interface org.mule.api.config.ExceptionReaderpublic Map<?,?> getInfo(Throwable t)
getInfo in interface org.mule.api.config.ExceptionReadert - the exception to extract the information fromCopyright © 2003–2018 MuleSoft, Inc.. All rights reserved.