fedora.oai
Class RepositoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.oai.RepositoryException
All Implemented Interfaces:
java.io.Serializable

public class RepositoryException
extends java.lang.Exception

Title: RepositoryException.java

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

Version:
$Id: RepositoryException.java 5162 2006-10-25 00:49:06Z eddie $
Author:
cwilper@cs.cornell.edu
See Also:
Serialized Form

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

RepositoryException

public RepositoryException(java.lang.String message)

RepositoryException

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