org.fcrepo.oai
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fcrepo.oai.RepositoryException
All Implemented Interfaces:
Serializable

public class RepositoryException
extends Exception

An exception occuring as a result of a problem in the underlying repository system.

Author:
Chris Wilper
See Also:
Serialized Form

Constructor Summary
RepositoryException(String message)
           
RepositoryException(String message, 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

RepositoryException

public RepositoryException(String message)

RepositoryException

public RepositoryException(String message,
                           Throwable cause)


Copyright © 2011 DuraSpace. All Rights Reserved.