Class XmppStringprepException.MissingDomainpart

All Implemented Interfaces:
Serializable
Enclosing class:
XmppStringprepException

The input string does not contain a domainpart.
See Also:
  • Method Details

    • from

      public static XmppStringprepException.MissingDomainpart from(String localpart, String resourcepart)
      Create a new "missing domainpart" exception from the give parts.
      Parameters:
      localpart - the localpart.
      resourcepart - the resourcepart.
      Returns:
      a new "missing domanipart" exception.