NoSuchObjectClassException Class
com.bea.content
NoSuchObjectClassException Class
- public class NoSuchObjectClassException
extends RepositoryException
Thrown if an operation on a ObjectClass that does not exist occurs.
-
Hierarchy
-
Object
Throwable
Exception
RepositoryException
NoSuchObjectClassException
-
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 |
NoSuchObjectClassException
public NoSuchObjectClassException(String
message,
Throwable
cause)
NoSuchObjectClassException
public NoSuchObjectClassException(String
message)
NoSuchObjectClassException
public NoSuchObjectClassException(Throwable
cause)