Class PayaraClientException

    • Constructor Detail

      • PayaraClientException

        public PayaraClientException()
        Construct a new instance with null as its detail message.
      • PayaraClientException

        public PayaraClientException​(String message)
        Construct a new instance with the supplied message
        Parameters:
        message - the message
      • PayaraClientException

        public PayaraClientException​(String message,
                                     Throwable cause)
        Construct a new instance with the supplied message and cause
        Parameters:
        message - the message
        cause - the Throwable that caused the exception to be thrown
      • PayaraClientException

        public PayaraClientException​(Throwable cause)
        Construct a new instance with the supplied cause
        Parameters:
        cause - the Throwable that caused the exception to be thrown