|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ConnectionExceptionCode | |
|---|---|
| org.mule.api | |
| Uses of ConnectionExceptionCode in org.mule.api |
|---|
| Methods in org.mule.api that return ConnectionExceptionCode | |
|---|---|
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. |
| Constructors in org.mule.api with parameters of type ConnectionExceptionCode | |
|---|---|
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 |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||