Package tigase.util.stringprep
Class TigaseStringprepException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tigase.util.stringprep.TigaseStringprepException
- All Implemented Interfaces:
Serializable
- Author:
- kobit
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance ofTigaseStringprepException
without detail message.Constructs an instance ofTigaseStringprepException
with the specified detail message.TigaseStringprepException
(String msg, Throwable th) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
TigaseStringprepException
public TigaseStringprepException()Creates a new instance ofTigaseStringprepException
without detail message. -
TigaseStringprepException
Constructs an instance ofTigaseStringprepException
with the specified detail message.- Parameters:
msg
- the detail message.
-
TigaseStringprepException
-