| java.lang.Object | ||
| ↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
| ↳ | org.mule.api.ConnectionExceptionCode | |
List of possible outcomes to a connection failure
| Enum Values | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ConnectionExceptionCode | CANNOT_REACH | The destination cannot be reached. | |||||||||
| ConnectionExceptionCode | CREDENTIALS_EXPIRED | The credentials used to authenticate has expired. | |||||||||
| ConnectionExceptionCode | INCORRECT_CREDENTIALS | The supplied credentials are not correct. | |||||||||
| ConnectionExceptionCode | UNKNOWN | Something else went wrong. | |||||||||
| ConnectionExceptionCode | UNKNOWN_HOST | The host cannot be resolved to an IP address | |||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Enum
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
java.lang.Comparable
| |||||||||||
The destination cannot be reached. Either the host is wrong or the port might be.
The credentials used to authenticate has expired.
The supplied credentials are not correct.
The host cannot be resolved to an IP address