NoSuchPropertyDefinitionException Class

com.bea.content
NoSuchPropertyDefinitionException Class

public class NoSuchPropertyDefinitionException

    extends RepositoryException

Thrown if an operation on a PropertyDefinition that does not exist occurs.


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        NoSuchPropertyDefinitionException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchPropertyDefinitionException(String message, Throwable cause)

NoSuchPropertyDefinitionException(String message)

NoSuchPropertyDefinitionException(Throwable cause)

 

Method Summary

 
Methods from  java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
   

Constructor Detail

NoSuchPropertyDefinitionException

public NoSuchPropertyDefinitionException(String message, 
                                         Throwable cause)

NoSuchPropertyDefinitionException

public NoSuchPropertyDefinitionException(String message)

NoSuchPropertyDefinitionException

public NoSuchPropertyDefinitionException(Throwable cause)