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

Constructor Summary

NoSuchObjectClassException(String message, Throwable cause)

NoSuchObjectClassException(String message)

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

NoSuchObjectClassException

public NoSuchObjectClassException(String message, 
                                  Throwable cause)

NoSuchObjectClassException

public NoSuchObjectClassException(String message)

NoSuchObjectClassException

public NoSuchObjectClassException(Throwable cause)