Uses of Class
org.wso2.carbon.mediation.connector.exceptions.AS4ErrorMapper.ErrorCode
-
Packages that use AS4ErrorMapper.ErrorCode Package Description org.wso2.carbon.mediation.connector.exceptions -
-
Uses of AS4ErrorMapper.ErrorCode in org.wso2.carbon.mediation.connector.exceptions
Methods in org.wso2.carbon.mediation.connector.exceptions that return AS4ErrorMapper.ErrorCode Modifier and Type Method 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.Methods in org.wso2.carbon.mediation.connector.exceptions with parameters of type AS4ErrorMapper.ErrorCode Modifier and Type Method Description static void
AS4ErrorMapper. setErrorDetailsAndDesc(AS4ErrorMapper.ErrorCode errorCode, Error error, String errorDescription)
Helper method to set error details and description.Constructors in org.wso2.carbon.mediation.connector.exceptions with parameters of type AS4ErrorMapper.ErrorCode Constructor Description AS4Exception(String msg, Throwable e, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
AS4Exception(String string, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
AS4Exception(Throwable t, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
-