fedora.oai
Class OAIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by fedora.oai.OAIException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
BadArgumentException, BadResumptionTokenException, BadVerbException, CannotDisseminateFormatException, IDDoesNotExistException, NoMetadataFormatsException, NoRecordsMatchException, NoSetHierarchyException

public abstract class OAIException
extends java.lang.Exception

Title: OAIException.java

Description: An exception occuring as a result of an OAI-PMH request.

Version:
$Id: OAIException.java 3965 2005-04-21 12:52:40Z rlw $
Author:
cwilper@cs.cornell.edu
See Also:
Serialized Form

Constructor Summary
protected OAIException(java.lang.String code, java.lang.String message)
           
 
Method Summary
 java.lang.String getCode()
           
 
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

OAIException

protected OAIException(java.lang.String code,
                       java.lang.String message)
Method Detail

getCode

public java.lang.String getCode()