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: 467553 $ $Date: 2006-10-25 06:01:51 +0200 (Wed, 25 Oct 2006) $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
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()