| |
|
| java.lang.Object java.lang.Throwable java.lang.Exception javax.resource.ResourceException javax.resource.spi.InvalidPropertyException
InvalidPropertyException | public class InvalidPropertyException extends ResourceException (Code) | | Represents invalid configuration properties
|
serialVersionUID | final static long serialVersionUID(Code) | | since: 4.0.2 |
InvalidPropertyException | public InvalidPropertyException()(Code) | | Create an invalid property exception.
|
InvalidPropertyException | public InvalidPropertyException(String reason)(Code) | | Create an invalid property exception with a reason.
Parameters: reason - the reason |
InvalidPropertyException | public InvalidPropertyException(String reason, String errorCode)(Code) | | Create an invalid property exception with a reason and an errorCode.
Parameters: reason - the reason Parameters: errorCode - the error code |
InvalidPropertyException | public InvalidPropertyException(String reason, Throwable throwable)(Code) | | Create an invalid property exception with a reason and an error.
Parameters: reason - the reason Parameters: throwable - the error |
InvalidPropertyException | public InvalidPropertyException(Throwable throwable)(Code) | | Create an invalid property exception with an error.
Parameters: throwable - the error |
getInvalidPropertyDescriptors | public PropertyDescriptor[] getInvalidPropertyDescriptors()(Code) | | Get the invalid property descriptors
an array of invalid property descriptors |
setInvalidPropertyDescriptors | public void setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)(Code) | | Set the invalid property descriptors
Parameters: an - array of invalid property descriptors |
|
|
|