COSMOS ${releaseVersion} resource-modeling Project
Public API Specification

org.eclipse.cosmos.rm.repository.provisional.exception
Class RepositoryOperationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.eclipse.cosmos.rm.repository.provisional.exception.RepositoryOperationException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryOperationException
extends java.lang.Exception

This exception is thrown when an operation has failed. The exception usually wraps the cause of the error.

See Also:
Serialized Form

Constructor Summary
RepositoryOperationException(java.lang.String message)
           
RepositoryOperationException(java.lang.String message, java.lang.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

RepositoryOperationException

public RepositoryOperationException(java.lang.String message)

RepositoryOperationException

public RepositoryOperationException(java.lang.String message,
                                    java.lang.Throwable cause)

COSMOS ${releaseVersion} resource-modeling Project
Public API Specification