com.bea.content
Class UnsupportedRepositoryOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.bea.content.RepositoryRuntimeException
                  extended by com.bea.content.UnsupportedRepositoryOperationException
All Implemented Interfaces
Serializable

public class UnsupportedRepositoryOperationException
extends RepositoryRuntimeException

An exception thrown from a repository implementation to signify that the operation is not supported by the implementation.

See Also
Serialized Form

Constructor Summary
UnsupportedRepositoryOperationException(String message)
           
UnsupportedRepositoryOperationException(String message, Throwable cause)
           
UnsupportedRepositoryOperationException(String message, Throwable cause, boolean log)
           
UnsupportedRepositoryOperationException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedRepositoryOperationException

public UnsupportedRepositoryOperationException(String message)

UnsupportedRepositoryOperationException

public UnsupportedRepositoryOperationException(String message,
                                               Throwable cause)

UnsupportedRepositoryOperationException

public UnsupportedRepositoryOperationException(Throwable cause)

UnsupportedRepositoryOperationException

public UnsupportedRepositoryOperationException(String message,
                                               Throwable cause,
                                               boolean log)


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.