public class TigaseStringprepException
extends java.lang.Exception
| Constructor and Description |
|---|
TigaseStringprepException()
Creates a new instance of
TigaseStringprepException without detail message. |
TigaseStringprepException(java.lang.String msg)
Constructs an instance of
TigaseStringprepException with the specified detail message. |
TigaseStringprepException(java.lang.String msg,
java.lang.Throwable th) |
public TigaseStringprepException()
TigaseStringprepException without detail message.public TigaseStringprepException(java.lang.String msg)
TigaseStringprepException with the specified detail message.msg - the detail message.public TigaseStringprepException(java.lang.String msg,
java.lang.Throwable th)