MessageServiceHandlerException

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

DeliveryException represents all kinds of exception occuring in delivery.

Author:Hugo Y. K. Lam

Constructors

MessageServiceHandlerException

public MessageServiceHandlerException()

Creates a new instance of DeliveryException.

MessageServiceHandlerException

public MessageServiceHandlerException(String message)

Creates a new instance of DeliveryException.

Parameters:
  • message – the error message.

MessageServiceHandlerException

public MessageServiceHandlerException(Throwable cause)

Creates a new instance of DeliveryException.

Parameters:
  • cause – the cause of this exception.

MessageServiceHandlerException

public MessageServiceHandlerException(String message, Throwable cause)

Creates a new instance of DeliveryException.

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