Package org.jxmpp.stringprep
Class XmppStringprepException.MissingDomainpart
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
org.jxmpp.stringprep.XmppStringprepException
org.jxmpp.stringprep.XmppStringprepException.MissingDomainpart
- All Implemented Interfaces:
Serializable
- Enclosing class:
XmppStringprepException
The input string does not contain a domainpart.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.jxmpp.stringprep.XmppStringprepException
XmppStringprepException.MissingDomainpart
-
Method Summary
Modifier and TypeMethodDescriptionCreate a new "missing domainpart" exception from the give parts.Methods inherited from class org.jxmpp.stringprep.XmppStringprepException
getCausingString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
from
Create a new "missing domainpart" exception from the give parts.- Parameters:
localpart
- the localpart.resourcepart
- the resourcepart.- Returns:
- a new "missing domanipart" exception.
-