tigase.util
Class TigaseStringprepException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by tigase.util.TigaseStringprepException
All Implemented Interfaces:
java.io.Serializable

public class TigaseStringprepException
extends java.lang.Exception

Author:
kobit
See Also:
Serialized Form

Constructor Summary
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)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TigaseStringprepException

public TigaseStringprepException()
Creates a new instance of TigaseStringprepException without detail message.


TigaseStringprepException

public TigaseStringprepException(java.lang.String msg)
Constructs an instance of TigaseStringprepException with the specified detail message.

Parameters:
msg - the detail message.

TigaseStringprepException

public TigaseStringprepException(java.lang.String msg,
                                 java.lang.Throwable th)


Copyright © 2001-2006 Tigase Developers Team. All rights Reserved.