public class XmppStringprepException
extends java.io.IOException
| Constructor and Description |
|---|
XmppStringprepException(java.lang.String causingString,
java.lang.Exception exception)
Construct a new XMPP Stringprep exception with the given causing String and exception.
|
XmppStringprepException(java.lang.String causingString,
java.lang.String message)
Construct a new XMPP Stringprep exception with the given causing String and exception message.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCausingString()
Get the String causing the XMPP Stringprep exception.
|
public XmppStringprepException(java.lang.String causingString,
java.lang.Exception exception)
causingString - the String causing the exception.exception - the exception.public XmppStringprepException(java.lang.String causingString,
java.lang.String message)
causingString - the String causing the exception.message - the message of the exception.