org.electrocodeogram.cpc.core.api.provider.cpcrepository
Class CPCRepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.electrocodeogram.cpc.core.api.provider.cpcrepository.CPCRepositoryException
All Implemented Interfaces:
java.io.Serializable

public class CPCRepositoryException
extends java.lang.Exception

Thrown by the ICPCRepositoryProvider if any error occurs during processing of store or retrieve operations.

Author:
vw
See Also:
ICPCRepositoryProvider, Serialized Form

Constructor Summary
CPCRepositoryException(java.lang.String message)
          Creates a new exception of this type.
CPCRepositoryException(java.lang.String message, java.lang.Throwable cause)
          Creates a new exception of this type.
 
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

CPCRepositoryException

public CPCRepositoryException(java.lang.String message)
Creates a new exception of this type.


CPCRepositoryException

public CPCRepositoryException(java.lang.String message,
                              java.lang.Throwable cause)
Creates a new exception of this type.