| Package | Description |
|---|---|
| org.jdiameter.client.api.io |
| Modifier and Type | Method and Description |
|---|---|
TransportError |
TransportException.getCode()
Return code of error
|
static TransportError |
TransportError.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransportError[] |
TransportError.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
TransportException(String message,
TransportError code)
Create instance of class with predefined parameters
|
TransportException(String message,
TransportError code,
Throwable cause)
Create instance of class with predefined parameters
|
TransportException(TransportError code,
Throwable cause)
Create instance of class with predefined parameters
|
Copyright © 2016. All Rights Reserved.