| Package | Description |
|---|---|
| org.mule.api |
| Modifier and Type | Method and Description |
|---|---|
ConnectionExceptionCode |
ConnectionException.getCode()
Get a code for what went wrong
|
static ConnectionExceptionCode |
ConnectionExceptionCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionExceptionCode[] |
ConnectionExceptionCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ConnectionException(ConnectionExceptionCode code,
String thirdPartyCode,
String message)
Create a new connection exception
|
ConnectionException(ConnectionExceptionCode code,
String thirdPartyCode,
String message,
Throwable throwable)
Create a new connection exception
|
Copyright © 2003–2016 MuleSoft, Inc.. All rights reserved.