Class InvalidClientException

    • Constructor Detail

      • InvalidClientException

        public InvalidClientException()
        Constructs an empty InvalidClientException exception
      • InvalidClientException

        public InvalidClientException​(String pMessage)
        Constructs a InvalidClientException exception with pMessage message
        Parameters:
        pMessage - Exception's message
      • InvalidClientException

        public InvalidClientException​(Throwable pThrowable)
        Constructs a InvalidClientException exception wrapping a pThrowable Throwable
        Parameters:
        pThrowable - Throwable object
      • InvalidClientException

        public InvalidClientException​(String pMessage,
                                      Throwable pThrowable)
        Constructs a InvalidClientException exception wrapping a pThrowable Throwable with pMessage message
        Parameters:
        pMessage - Exception's message
        pThrowable - Throwable object