© 2005 BEA Systems, Inc.

com.bea.content
Class UnsupportedRepositoryOperationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.bea.content.RepositoryRuntimeException
                  extended bycom.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(Throwable cause)
           
 
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)

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved