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
public static class JidUtil.NotAEntityBareJidStringException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NotAEntityBareJidStringException(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 Detail
-
NotAEntityBareJidStringException
public NotAEntityBareJidStringException(String message)
Construct a new "not a entity bare JID" exception.- Parameters:
message
- the message of the exception.
-
-