KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > spi > InvalidPropertyException

javax.resource.spi
Class InvalidPropertyException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjavax.resource.ResourceException
              extended byjavax.resource.spi.InvalidPropertyException
All Implemented Interfaces:
Serializable
See Also:
Top Examples, Source Code

public PropertyDescriptor[] getInvalidPropertyDescriptors()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertyException()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertyException(String message)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertyException(String message,
                                String errorCode)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertyException(String message,
                                Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public InvalidPropertyException(Throwable cause)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void setInvalidPropertyDescriptors(PropertyDescriptor[] invalidProperties)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags