UnsupportedRepositoryOperationException Class
com.bea.content
UnsupportedRepositoryOperationException Class
- public class UnsupportedRepositoryOperationException
extends RepositoryRuntimeException
An exception thrown from a repository implementation to signify that the
operation is not supported by the implementation.
-
Hierarchy
-
Object
Throwable
Exception
RuntimeException
RepositoryRuntimeException
UnsupportedRepositoryOperationException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UnsupportedRepositoryOperationException
public UnsupportedRepositoryOperationException(String
message,
Throwable
cause)
UnsupportedRepositoryOperationException
public UnsupportedRepositoryOperationException(String
message)
UnsupportedRepositoryOperationException
public UnsupportedRepositoryOperationException(Throwable
cause)