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:
  • Constructor Details

    • TigaseStringprepException

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

      public TigaseStringprepException(String msg)
      Constructs an instance of TigaseStringprepException with the specified detail message.
      Parameters:
      msg - the detail message.
    • TigaseStringprepException

      public TigaseStringprepException(String msg, Throwable th)