public class WhatsAppRuntimeException
extends java.lang.Exception
Constructor and Description |
---|
WhatsAppRuntimeException()
Construct an instance of this exception without any message
|
WhatsAppRuntimeException(java.lang.String message)
Construct an instance of this exception with a custom message
|
public WhatsAppRuntimeException(java.lang.String message)
message
- the custom message to be wrapped around by this exceptionpublic WhatsAppRuntimeException()