© 2003 BEA Systems, Inc.

com.bea.content
Class UnsupportedRepositoryOperationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--com.bea.content.RepositoryRuntimeException
                          |
                          +--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(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)

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved