com.bea.content
Class RepositoryRuntimeException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.bea.content.RepositoryRuntimeException
- All Implemented Interfaces 
 - Serializable
 
- Direct Known Subclasses: 
 - UnsupportedRepositoryFeatureException, UnsupportedRepositoryOperationException
 
public class RepositoryRuntimeException
- extends RuntimeException
 
This is the main runtime exception for system errors.
 All other runtime Exceptions should be subclasses.
 This Exception should be used for system, configuration or programmatic errors.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
RepositoryRuntimeException
public RepositoryRuntimeException(String message)
RepositoryRuntimeException
public RepositoryRuntimeException(String message,
                                  Throwable cause)
RepositoryRuntimeException
public RepositoryRuntimeException(Throwable cause)
RepositoryRuntimeException
public RepositoryRuntimeException(String message,
                                  Throwable cause,
                                  boolean log)
Copyright © 2011, Oracle. All rights reserved.