Class 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 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

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, 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)