NoSuchPropertyChoiceException Class

com.bea.content
NoSuchPropertyChoiceException Class

public class NoSuchPropertyChoiceException

    extends RepositoryException

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


Hierarchy
Object
  Throwable
    Exception
      RepositoryException
        NoSuchPropertyChoiceException
All Implemented Interfaces

Serializable

Constructor Summary

NoSuchPropertyChoiceException(String message, Throwable cause)

NoSuchPropertyChoiceException(String message)

NoSuchPropertyChoiceException(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

NoSuchPropertyChoiceException

public NoSuchPropertyChoiceException(String message, 
                                     Throwable cause)

NoSuchPropertyChoiceException

public NoSuchPropertyChoiceException(String message)

NoSuchPropertyChoiceException

public NoSuchPropertyChoiceException(Throwable cause)