com.bea.content
Class RepositoryException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
com.bea.content.RepositoryException
- All Implemented Interfaces: 
 - Serializable
 
- Direct Known Subclasses: 
 - AuthenticationException, AuthorizationException, NodeExistsException, NoRepositoriesDefinedException, NoSuchNodeException, NoSuchObjectClassException, NoSuchPropertyChoiceException, NoSuchPropertyDefinitionException, NoSuchPropertyException, NoSuchRepositoryConfigException, ObjectClassExistsException, PropertyChoiceExistsException, PropertyDefinitionExistsException, PropertyExistsException, RepositoryConfigExistsException
 
- public class RepositoryException
- extends Exception
  
This is the main checked exception for any error thrown from the SPI.
 All other checked Exceptions should be subclasses.
 This Exception may be used for validation errors.
- See Also:
 - Serialized Form
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
RepositoryException
public RepositoryException(String message)
RepositoryException
public RepositoryException(String message,
                           Throwable cause)
RepositoryException
public RepositoryException(Throwable cause)
Copyright © 2004 BEA Systems, Inc. All Rights Reserved