edu.ucsb.nceas.morpho.plugins
Class ServiceExistsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--edu.ucsb.nceas.morpho.plugins.ServiceExistsException

public class ServiceExistsException
extends java.lang.Exception

This exception is thrown when a plug registers a service under a serviceName that has previously been registered. The service must be re-registered under a different name in order to be utilized.

See Also:
Serialized Form

Constructor Summary
ServiceExistsException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServiceExistsException

public ServiceExistsException(java.lang.String message)


Copyright © 2000 National Center for Ecological Analysis and Synthesis. All Rights Reserved.