org.dspace.identifier
Class IdentifierNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.identifier.IdentifierException
              extended by org.dspace.identifier.IdentifierNotFoundException
All Implemented Interfaces:
Serializable

public class IdentifierNotFoundException
extends IdentifierException

Author:
Fabio Bolognesi (fabio at atmire dot com), Mark Diggory (markd at atmire dot com), Ben Bosman (ben at atmire dot com)
See Also:
Serialized Form

Constructor Summary
IdentifierNotFoundException()
           
IdentifierNotFoundException(String message)
           
IdentifierNotFoundException(String message, Throwable cause)
           
IdentifierNotFoundException(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

IdentifierNotFoundException

public IdentifierNotFoundException()

IdentifierNotFoundException

public IdentifierNotFoundException(String message)

IdentifierNotFoundException

public IdentifierNotFoundException(String message,
                                   Throwable cause)

IdentifierNotFoundException

public IdentifierNotFoundException(Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.