Class InvalidCredentialsException

    • Constructor Detail

      • InvalidCredentialsException

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

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

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