public class XmppStringprepException extends IOException
| Constructor and Description | 
|---|
XmppStringprepException(String causingString,
                       Exception exception)
Construct a new XMPP Stringprep exception with the given causing String and exception. 
 | 
XmppStringprepException(String causingString,
                       String message)
Construct a new XMPP Stringprep exception with the given causing String and exception message. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getCausingString()
Get the String causing the XMPP Stringprep exception. 
 | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic XmppStringprepException(String causingString, Exception exception)
causingString - the String causing the exception.exception - the exception.public XmppStringprepException(String causingString, String message)
causingString - the String causing the exception.message - the message of the exception.public String getCausingString()