public class IllegalParametersException
extends java.lang.Exception
DriverProperties problems.| Constructor and Description | 
|---|
| IllegalParametersException()Creates new  IllegleParametersExceptionwithout detail message. | 
| IllegalParametersException(java.lang.String msg)Constructs an  IllegleParametersExceptionwith the specified detail message. | 
public IllegalParametersException()
IllegleParametersException without detail message.public IllegalParametersException(java.lang.String msg)
IllegleParametersException with the specified detail message.msg - the detail message.