Module org.firebirdsql.jaybird
Package org.firebirdsql.jaybird.props
Class InvalidPropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.lang.IllegalArgumentException
org.firebirdsql.jaybird.props.InvalidPropertyValueException
- All Implemented Interfaces:
Serializable
Exception thrown when a connection property has an invalid value.
This exception always has a SQLException
as cause.
- Since:
- 5
- Author:
- Mark Rotteveel
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptioninvalidProperty
(String name, String value) invalidProperty
(String name, String value, String additionalDetails) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
asSQLException
-
invalidProperty
-
invalidProperty
public static InvalidPropertyValueException invalidProperty(String name, String value, String additionalDetails)
-