Package org.dlese.dpc.repository
Class OAIErrorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.dlese.dpc.repository.OAIErrorException
- All Implemented Interfaces:
Serializable
Indicates an OAI error.
- Version:
- $Id: OAIErrorException.java,v 1.2 2009/03/20 23:33:54 jweather Exp $
- Author:
- John Weatherley
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionGets the errorCode attribute of the OAIErrorException objectMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Method Details
-
getErrorCode
Gets the errorCode attribute of the OAIErrorException object- Returns:
- The errorCode value
-