Package tigase.util.stringprep
Class TigaseStringprepException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- tigase.util.stringprep.TigaseStringprepException
-
- All Implemented Interfaces:
java.io.Serializable
public class TigaseStringprepException extends java.lang.Exception- Author:
- kobit
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description TigaseStringprepException()Creates a new instance ofTigaseStringprepExceptionwithout detail message.TigaseStringprepException(java.lang.String msg)Constructs an instance ofTigaseStringprepExceptionwith the specified detail message.TigaseStringprepException(java.lang.String msg, java.lang.Throwable th)
-
-
-
Constructor Detail
-
TigaseStringprepException
public TigaseStringprepException()
Creates a new instance ofTigaseStringprepExceptionwithout detail message.
-
TigaseStringprepException
public TigaseStringprepException(java.lang.String msg)
Constructs an instance ofTigaseStringprepExceptionwith the specified detail message.- Parameters:
msg- the detail message.
-
TigaseStringprepException
public TigaseStringprepException(java.lang.String msg, java.lang.Throwable th)
-
-