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:
- java.io.Serializable
 
 public class InvalidPropertyValueException extends java.lang.IllegalArgumentExceptionException thrown when a connection property has an invalid value.This exception always has a SQLExceptionas cause.- Since:
- 5
- Author:
- Mark Rotteveel
- See Also:
- Serialized Form
 
- 
- 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.sql.SQLExceptionasSQLException()static InvalidPropertyValueExceptioninvalidProperty(java.lang.String name, java.lang.String value)static InvalidPropertyValueExceptioninvalidProperty(java.lang.String name, java.lang.String value, java.lang.String additionalDetails)
 
- 
- 
- 
Method Detail- 
asSQLExceptionpublic java.sql.SQLException asSQLException() 
 - 
invalidPropertypublic static InvalidPropertyValueException invalidProperty(java.lang.String name, java.lang.String value) 
 - 
invalidPropertypublic static InvalidPropertyValueException invalidProperty(java.lang.String name, java.lang.String value, java.lang.String additionalDetails) 
 
- 
 
-