Class WeavingException

    • Constructor Detail

      • WeavingException

        public WeavingException​(String source,
                                String method,
                                int number)
      • WeavingException

        public WeavingException​(String source,
                                Throwable cause)
        Used when a synchronous error is caught during the subscription
        Parameters:
        source - the source
        cause - the cause
      • WeavingException

        public WeavingException​(String message)