org.dspace.identifier
Class IdentifierException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.identifier.IdentifierException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
IdentifierNotFoundException, IdentifierNotResolvableException

public class IdentifierException
extends Exception

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
IdentifierException()
           
IdentifierException(String message)
           
IdentifierException(String message, Throwable cause)
           
IdentifierException(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

IdentifierException

public IdentifierException()

IdentifierException

public IdentifierException(String message)

IdentifierException

public IdentifierException(String message,
                           Throwable cause)

IdentifierException

public IdentifierException(Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.