spring-framework / org.springframework.beans.factory / BeanExpressionException / <init>

<init>

BeanExpressionException(msg: String)

Create a new BeanExpressionException with the specified message.

Parameters

msg - the detail message

BeanExpressionException(msg: String, cause: Throwable)

Create a new BeanExpressionException with the specified message and root cause.

Parameters

msg - the detail message

cause - the root cause