Package | Description |
---|---|
org.wso2.carbon.mediation.connector.exceptions |
Modifier and Type | Method and Description |
---|---|
AS4ErrorMapper.ErrorCode |
AS4Exception.getAs4ErrorCode() |
static AS4ErrorMapper.ErrorCode |
AS4ErrorMapper.ErrorCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AS4ErrorMapper.ErrorCode[] |
AS4ErrorMapper.ErrorCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static void |
AS4ErrorMapper.setErrorDetailsAndDesc(AS4ErrorMapper.ErrorCode errorCode,
Error error,
String errorDescription)
Helper method to set error details and description.
|
Constructor and Description |
---|
AS4Exception(String string,
AS4ErrorMapper.ErrorCode as4ErrorCode,
String messageId) |
AS4Exception(String msg,
Throwable e,
AS4ErrorMapper.ErrorCode as4ErrorCode,
String messageId) |
AS4Exception(Throwable t,
AS4ErrorMapper.ErrorCode as4ErrorCode,
String messageId) |
Copyright © 2020 WSO2. All rights reserved.