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