Class RuntimeBeansException

  • All Implemented Interfaces:
    Serializable

    public class RuntimeBeansException
    extends org.springframework.beans.BeansException
    See Also:
    Serialized Form
    • Constructor Detail

      • RuntimeBeansException

        public RuntimeBeansException​(String message,
                                     Object... args)
      • RuntimeBeansException

        public RuntimeBeansException​(Throwable throwable,
                                     String message,
                                     Object... args)
      • RuntimeBeansException

        public RuntimeBeansException​(Throwable throwable)