Package org.jxmpp.jid.util
Class JidUtil.NotAEntityBareJidStringException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jxmpp.jid.util.JidUtil.NotAEntityBareJidStringException
- All Implemented Interfaces:
Serializable
- Enclosing class:
JidUtil
- See Also:
-
Constructor Summary
ConstructorDescriptionNotAEntityBareJidStringException
(String message) Construct a new "not a entity bare JID" exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NotAEntityBareJidStringException
Construct a new "not a entity bare JID" exception.- Parameters:
message
- the message of the exception.
-