public class IllegalParametersException
extends java.lang.Exception
DriverProperties
problems.Constructor and Description |
---|
IllegalParametersException()
Creates new
IllegleParametersException without detail message. |
IllegalParametersException(java.lang.String msg)
Constructs an
IllegleParametersException with 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.