public class AS4Exception
extends org.wso2.carbon.connector.core.ConnectException
| 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) |
| Modifier and Type | Method and Description |
|---|---|
AS4ErrorMapper.ErrorCode |
getAs4ErrorCode() |
String |
getMessageId() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AS4Exception(String string, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
public AS4Exception(String msg, Throwable e, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
public AS4Exception(Throwable t, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
public AS4ErrorMapper.ErrorCode getAs4ErrorCode()
public String getMessageId()
Copyright © 2018 WSO2. All rights reserved.