org.apache.continuum.repository
Class RepositoryServiceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.apache.continuum.repository.RepositoryServiceException
All Implemented Interfaces:
Serializable

public class RepositoryServiceException
extends Exception

Since:
25 jul 07
Version:
$Id: RepositoryServiceException.java 1372260 2012-08-13 04:29:09Z brett $
Author:
Maria Catherine Tan
See Also:
Serialized Form

Constructor Summary
RepositoryServiceException(String message)
           
RepositoryServiceException(String message, Throwable cause)
           
RepositoryServiceException(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

RepositoryServiceException

public RepositoryServiceException(String message)

RepositoryServiceException

public RepositoryServiceException(Throwable cause)

RepositoryServiceException

public RepositoryServiceException(String message,
                                  Throwable cause)


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.