Class XmppStringprepException

    • Constructor Detail

      • XmppStringprepException

        public XmppStringprepException​(String causingString,
                                       Exception exception)
        Construct a new XMPP Stringprep exception with the given causing String and exception.
        Parameters:
        causingString - the String causing the exception.
        exception - the exception.
      • XmppStringprepException

        public XmppStringprepException​(String causingString,
                                       String message)
        Construct a new XMPP Stringprep exception with the given causing String and exception message.
        Parameters:
        causingString - the String causing the exception.
        message - the message of the exception.
    • Method Detail

      • getCausingString

        public String getCausingString()
        Get the String causing the XMPP Stringprep exception.
        Returns:
        the causing String.