SFRMException

public class SFRMException extends GenericException

SFRMException represents all kinds of exception related to SFRM processing. Creation Date: 27/9/2006

Author:Twinsen Tsang

Constructors

SFRMException

public SFRMException()

Creates a new instance of SFRMException.

SFRMException

public SFRMException(String message)

Creates a new instance of SFRMException.

Parameters:
  • message – the error message.

SFRMException

public SFRMException(Throwable cause)

Creates a new instance of SFRMException.

Parameters:
  • cause – the cause of this exception.

SFRMException

public SFRMException(String message, Throwable cause)

Creates a new instance of SFRMException.

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