Class ICUException

    • Constructor Detail

      • ICUException

        public ICUException()
        Default constructor.
      • ICUException

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

        public ICUException​(Throwable cause)
        Constructor.
        Parameters:
        cause - original exception
      • ICUException

        public ICUException​(String message,
                            Throwable cause)
        Constructor.
        Parameters:
        message - exception message string
        cause - original exception