org.apache.webbeans.exception.definition
Class DuplicateDefinitionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.webbeans.exception.inject.DefinitionException
                  extended by org.apache.webbeans.exception.definition.DuplicateDefinitionException
All Implemented Interfaces:
Serializable

public class DuplicateDefinitionException
extends DefinitionException

See Also:
Serialized Form

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

DuplicateDefinitionException

public DuplicateDefinitionException()

DuplicateDefinitionException

public DuplicateDefinitionException(String message)

DuplicateDefinitionException

public DuplicateDefinitionException(Throwable e)

DuplicateDefinitionException

public DuplicateDefinitionException(String message,
                                    Throwable e)


Copyright © 2008-2011 The Apache Software Foundation. All Rights Reserved.