Class ClientRuntimeError


  • public class ClientRuntimeError
    extends Object
    Class that wraps errors either captured or generated on client runtime.
    • Constructor Detail

      • ClientRuntimeError

        public ClientRuntimeError​(String message)
      • ClientRuntimeError

        public ClientRuntimeError​(Throwable e)
      • ClientRuntimeError

        public ClientRuntimeError​(String message,
                                  Throwable e)