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
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 |
NoSuchPropertyChoiceException
public NoSuchPropertyChoiceException(String
message,
Throwable
cause)
NoSuchPropertyChoiceException
public NoSuchPropertyChoiceException(String
message)
NoSuchPropertyChoiceException
public NoSuchPropertyChoiceException(Throwable
cause)