se.kb.oai
Class OAIException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by se.kb.oai.OAIException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ErrorResponseException

public class OAIException
extends Exception

A general exception that OAI4J throws. Often used to wrap lower-level exceptions.

Author:
Oskar Grenholm, National Library of Sweden
See Also:
Serialized Form

Constructor Summary
OAIException()
           
OAIException(Exception e)
           
 
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

OAIException

public OAIException()

OAIException

public OAIException(Exception e)


Copyright © 2008. All Rights Reserved.