| Package | Description |
|---|---|
| network.oxalis.as4.lang | |
| network.oxalis.as4.util |
| Modifier and Type | Method and Description |
|---|---|
AS4ErrorCode |
OxalisAs4TransmissionException.getErrorCode() |
AS4ErrorCode |
OxalisAs4Exception.getErrorCode() |
AS4ErrorCode |
AS4Error.getErrorCode() |
| Constructor and Description |
|---|
OxalisAs4Exception(String message,
AS4ErrorCode errorCode) |
OxalisAs4Exception(String message,
AS4ErrorCode errorCode,
AS4ErrorCode.Severity severity) |
OxalisAs4Exception(String message,
Throwable cause,
AS4ErrorCode errorCode) |
OxalisAs4Exception(String message,
Throwable cause,
AS4ErrorCode errorCode,
AS4ErrorCode.Severity severity) |
OxalisAs4TransmissionException(String message,
AS4ErrorCode errorCode,
AS4ErrorCode.Severity severity) |
| Modifier and Type | Method and Description |
|---|---|
static AS4ErrorCode |
AS4ErrorCode.nameOf(String name) |
static AS4ErrorCode |
AS4ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS4ErrorCode[] |
AS4ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 NorStella. All rights reserved.