org.ops4j.spi
Class NonUniqueServiceProviderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.ops4j.spi.NonUniqueServiceProviderException
All Implemented Interfaces:
Serializable

public class NonUniqueServiceProviderException
extends RuntimeException

An exception thrown when a unique service provider is expected, but more than one provider is found.

Author:
Harald Wellmann
See Also:
Serialized Form

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

NonUniqueServiceProviderException

public NonUniqueServiceProviderException()

NonUniqueServiceProviderException

public NonUniqueServiceProviderException(String message)

NonUniqueServiceProviderException

public NonUniqueServiceProviderException(String message,
                                         Throwable cause)

NonUniqueServiceProviderException

public NonUniqueServiceProviderException(Throwable cause)


Copyright © 2006-2013 OPS4J - Open Participation Software for Java. All Rights Reserved.