Class UnsupportedDataSourcePropertyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.boot.jdbc.UnsupportedDataSourcePropertyException
All Implemented Interfaces:
Serializable

public class UnsupportedDataSourcePropertyException extends RuntimeException
RuntimeException thrown from DataSourceBuilder when an unsupported property is used.
Since:
2.5.0
Author:
Phillip Webb
See Also: