Class SpringBeanNotMatchException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.pugwoo.dbhelper.exception.SpringBeanNotMatchException
All Implemented Interfaces:
Serializable

public class SpringBeanNotMatchException extends RuntimeException
当从Spring中获取的bean的类型不匹配时抛出
See Also:
  • Constructor Details

    • SpringBeanNotMatchException

      public SpringBeanNotMatchException()
    • SpringBeanNotMatchException

      public SpringBeanNotMatchException(String errMsg)
    • SpringBeanNotMatchException

      public SpringBeanNotMatchException(Throwable e)