javax.inject
Class DuplicateBindingTypeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by javax.inject.ExecutionException
                  extended by javax.inject.DuplicateBindingTypeException
All Implemented Interfaces:
java.io.Serializable

public class DuplicateBindingTypeException
extends ExecutionException

This exception is thrown whenever more than one binding type instance of the same type is used with the API.

Author:
David Allen
See Also:
Serialized Form

Constructor Summary
DuplicateBindingTypeException()
           
DuplicateBindingTypeException(java.lang.String message)
           
DuplicateBindingTypeException(java.lang.String message, java.lang.Throwable cause)
           
DuplicateBindingTypeException(java.lang.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

DuplicateBindingTypeException

public DuplicateBindingTypeException()

DuplicateBindingTypeException

public DuplicateBindingTypeException(java.lang.String message,
                                     java.lang.Throwable cause)

DuplicateBindingTypeException

public DuplicateBindingTypeException(java.lang.String message)

DuplicateBindingTypeException

public DuplicateBindingTypeException(java.lang.Throwable cause)


Copyright © 2008-2009. All Rights Reserved.