Class ICUCloneNotSupportedException

  • All Implemented Interfaces:
    java.io.Serializable

    public class ICUCloneNotSupportedException
    extends ICUException
    Unchecked version of CloneNotSupportedException. Some ICU APIs do not throw the standard exception but instead wrap it into this unchecked version.
    See Also:
    Serialized Form
    • 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

      • ICUCloneNotSupportedException

        public ICUCloneNotSupportedException()
        Default constructor.
      • ICUCloneNotSupportedException

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

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

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