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