com.bea.content
Class UnsupportedRepositoryFeatureException
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
com.bea.content.RepositoryRuntimeException
                  
com.bea.content.UnsupportedRepositoryFeatureException
- All Implemented Interfaces 
 - Serializable
 
public class UnsupportedRepositoryFeatureException
- extends RepositoryRuntimeException
 
An exception thrown from the VCR to indicate that the underlying repository does not support a feature.
- See Also
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
 
UnsupportedRepositoryFeatureException
public UnsupportedRepositoryFeatureException(String message)
UnsupportedRepositoryFeatureException
public UnsupportedRepositoryFeatureException(String message,
                                             Throwable cause)
UnsupportedRepositoryFeatureException
public UnsupportedRepositoryFeatureException(Throwable cause)
UnsupportedRepositoryFeatureException
public UnsupportedRepositoryFeatureException(String message,
                                             Throwable cause,
                                             boolean log)
Copyright © 2011, Oracle. All rights reserved.