AS2Exception

public class AS2Exception extends hk.hku.cecid.piazza.commons.GenericException

AS2Exception represents all kinds of exception related to AS2 processing.

Author:Hugo Y. K. Lam

Constructors

AS2Exception

public AS2Exception()

Creates a new instance of AS2Exception.

AS2Exception

public AS2Exception(String message)

Creates a new instance of AS2Exception.

Parameters:
  • message – the error message.

AS2Exception

public AS2Exception(Throwable cause)

Creates a new instance of AS2Exception.

Parameters:
  • cause – the cause of this exception.

AS2Exception

public AS2Exception(String message, Throwable cause)

Creates a new instance of AS2Exception.

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