Class AS4Exception
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.wso2.carbon.connector.core.ConnectException
-
- org.wso2.carbon.mediation.connector.exceptions.AS4Exception
-
- All Implemented Interfaces:
Serializable
public class AS4Exception extends org.wso2.carbon.connector.core.ConnectException
AS4 Exception Implementation- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors 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)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AS4ErrorMapper.ErrorCode
getAs4ErrorCode()
String
getMessageId()
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
AS4Exception
public AS4Exception(String string, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
-
AS4Exception
public AS4Exception(String msg, Throwable e, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
-
AS4Exception
public AS4Exception(Throwable t, AS4ErrorMapper.ErrorCode as4ErrorCode, String messageId)
-
-
Method Detail
-
getAs4ErrorCode
public AS4ErrorMapper.ErrorCode getAs4ErrorCode()
-
getMessageId
public String getMessageId()
-
-