org.bitrepository.service.exception
Class IdentifyContributorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bitrepository.service.exception.RequestHandlerException
              extended by org.bitrepository.service.exception.IdentifyContributorException
All Implemented Interfaces:
Serializable

public class IdentifyContributorException
extends RequestHandlerException

Exception which wraps bad response information for the identifications.

See Also:
Serialized Form

Constructor Summary
IdentifyContributorException(ResponseInfo irInfo, String collectionId)
          Constructor.
IdentifyContributorException(ResponseInfo irInfo, String collectionId, Exception e)
          Constructor.
 
Method Summary
 
Methods inherited from class org.bitrepository.service.exception.RequestHandlerException
getCollectionId, getResponseInfo, setCollectionId, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IdentifyContributorException

public IdentifyContributorException(ResponseInfo irInfo,
                                    String collectionId)
Constructor.

Parameters:
irInfo - The IdentifyResponseInfo for this class to wrap.
collectionID - The id of the collection. Use 'null' if no collection is relevant.

IdentifyContributorException

public IdentifyContributorException(ResponseInfo irInfo,
                                    String collectionId,
                                    Exception e)
Constructor.

Parameters:
irInfo - The IdentifyResponseInfo for this class to wrap.
collectionID - The id of the collection. Use 'null' if no collection is relevant.
e - The exception to wrap into the StackTrace.


Copyright © 2010-2013 The State and University Library, The Royal Library and The State Archives, Denmark. All Rights Reserved.