Class BeansException

    • Constructor Detail

      • BeansException

        public BeansException​(String msg)
        Create a new BeansException with the specified message.
        Parameters:
        msg - the detail message
      • BeansException

        public BeansException​(String msg,
                              Throwable cause)
        Create a new BeansException with the specified message and root cause.
        Parameters:
        msg - the detail message
        cause - the root cause