eu.planets_project.ifr.core.storage.api
Class DataRegistry.DigitalObjectManagerNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by eu.planets_project.ifr.core.storage.api.DataRegistry.DigitalObjectManagerNotFoundException
All Implemented Interfaces:
java.io.Serializable
Enclosing interface:
DataRegistry

public static class DataRegistry.DigitalObjectManagerNotFoundException
extends java.lang.Exception

Exception thrown when a DigitalObject requested by URI cannot be found in the Data Registry.

See Also:
Serialized Form

Constructor Summary
DataRegistry.DigitalObjectManagerNotFoundException(java.lang.String message)
           
DataRegistry.DigitalObjectManagerNotFoundException(java.lang.String message, java.lang.Throwable excep)
           
DataRegistry.DigitalObjectManagerNotFoundException(java.lang.Throwable excep)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataRegistry.DigitalObjectManagerNotFoundException

public DataRegistry.DigitalObjectManagerNotFoundException(java.lang.String message,
                                                          java.lang.Throwable excep)
Parameters:
message - The message for the exception
excep - The exception that prompted the creation of this exception

DataRegistry.DigitalObjectManagerNotFoundException

public DataRegistry.DigitalObjectManagerNotFoundException(java.lang.String message)
Parameters:
message - The message for the exception

DataRegistry.DigitalObjectManagerNotFoundException

public DataRegistry.DigitalObjectManagerNotFoundException(java.lang.Throwable excep)
Parameters:
excep - The exception that prompted the creation of this exception


Copyright © 2007-2010 The Planets Consortium. All Rights Reserved.