javax.resource.spi
Class InvalidPropertyException
java.lang.Object
java.lang.Throwable
java.lang.Exception
javax.resource.ResourceException
javax.resource.spi.InvalidPropertyException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidPropertyException
- extends ResourceException
- Version:
- $Rev: 46019 $ $Date: 2004-09-14 03:56:06 -0600 (Tue, 14 Sep 2004) $
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
invalidProperties
private java.beans.PropertyDescriptor[] invalidProperties
InvalidPropertyException
public InvalidPropertyException()
InvalidPropertyException
public InvalidPropertyException(java.lang.String message)
InvalidPropertyException
public InvalidPropertyException(java.lang.Throwable cause)
InvalidPropertyException
public InvalidPropertyException(java.lang.String message,
java.lang.Throwable cause)
InvalidPropertyException
public InvalidPropertyException(java.lang.String message,
java.lang.String errorCode)
setInvalidPropertyDescriptors
public void setInvalidPropertyDescriptors(java.beans.PropertyDescriptor[] invalidProperties)
getInvalidPropertyDescriptors
public java.beans.PropertyDescriptor[] getInvalidPropertyDescriptors()