RequestListenerException

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

RequestListenerException represents all kinds of exception related to RequestListener.

Author:Hugo Y. K. Lam

Constructors

RequestListenerException

public RequestListenerException()

Creates a new instance of RequestListenerException.

RequestListenerException

public RequestListenerException(String message)

Creates a new instance of RequestListenerException.

Parameters:
  • message – the error message.

RequestListenerException

public RequestListenerException(Throwable cause)

Creates a new instance of RequestListenerException.

Parameters:
  • cause – the cause of this exception.

RequestListenerException

public RequestListenerException(String message, Throwable cause)

Creates a new instance of RequestListenerException.

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