org.dspace.discovery.configuration
Class DiscoveryConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.dspace.discovery.configuration.DiscoveryConfigurationException
All Implemented Interfaces:
Serializable

public class DiscoveryConfigurationException
extends Exception

Exception that can be thrown if there are issues with the discovery configuration

Author:
Kevin Van de Velde (kevin at atmire dot com), Ben Bosman (ben at atmire dot com), Mark Diggory (markd at atmire dot com)
See Also:
Serialized Form

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

DiscoveryConfigurationException

public DiscoveryConfigurationException()

DiscoveryConfigurationException

public DiscoveryConfigurationException(String message,
                                       Throwable cause)

DiscoveryConfigurationException

public DiscoveryConfigurationException(String message)

DiscoveryConfigurationException

public DiscoveryConfigurationException(Throwable cause)


Copyright © 2012 DuraSpace. All Rights Reserved.