org.apache.webbeans.exception.definition
Class NonexistentConstructorException

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.NonexistentConstructorException
All Implemented Interfaces:
Serializable

public class NonexistentConstructorException
extends DefinitionException

See Also:
Serialized Form

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

NonexistentConstructorException

public NonexistentConstructorException()

NonexistentConstructorException

public NonexistentConstructorException(String message)

NonexistentConstructorException

public NonexistentConstructorException(Throwable e)

NonexistentConstructorException

public NonexistentConstructorException(String message,
                                       Throwable e)


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