AS2MessageException

public class AS2MessageException extends GenericException

AS2MessageException represents an exception related to AS2 message.

Author:Hugo Y. K. Lam

Constructors

AS2MessageException

public AS2MessageException()

Creates a new instance of AS2MessageException.

AS2MessageException

public AS2MessageException(String message)

Creates a new instance of AS2MessageException.

Parameters:
  • message – the error message.

AS2MessageException

public AS2MessageException(Throwable cause)

Creates a new instance of AS2MessageException.

Parameters:
  • cause – the cause of this exception.

AS2MessageException

public AS2MessageException(String message, Throwable cause)

Creates a new instance of AS2MessageException.

Parameters:
  • message – the error message.
  • cause – the cause of this exception.