Class ICUCloneNotSupportedException

    • Constructor Detail

      • ICUCloneNotSupportedException

        public ICUCloneNotSupportedException()
        Default constructor.
      • ICUCloneNotSupportedException

        public ICUCloneNotSupportedException​(String message)
        Constructor.
        Parameters:
        message - exception message string
      • ICUCloneNotSupportedException

        public ICUCloneNotSupportedException​(Throwable cause)
        Constructor.
        Parameters:
        cause - original exception (normally a CloneNotSupportedException)
      • ICUCloneNotSupportedException

        public ICUCloneNotSupportedException​(String message,
                                             Throwable cause)
        Constructor.
        Parameters:
        message - exception message string
        cause - original exception (normally a CloneNotSupportedException)