org.apache.lucene.gdata.server.registry.configuration
Class InjectionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.apache.lucene.gdata.server.registry.configuration.InjectionException
All Implemented Interfaces:
Serializable

public class InjectionException
extends RuntimeException

Will be throw if an exception occures while injecting properties, a type or cast exception occures or a Requiered property is not available.

Author:
Simon Willnauer
See Also:
Serialized Form

Constructor Summary
InjectionException()
          Constructs a new InjectionException
InjectionException(String message)
          Constructs a new InjectionException
InjectionException(String message, Throwable cause)
          Constructs a new InjectionException
InjectionException(Throwable cause)
          Constructs a new InjectionException
 
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

InjectionException

public InjectionException()
Constructs a new InjectionException


InjectionException

public InjectionException(String message)
Constructs a new InjectionException

Parameters:
message - - the exception message

InjectionException

public InjectionException(String message,
                          Throwable cause)
Constructs a new InjectionException

Parameters:
message - - the exception message
cause - - the root cause of this exception

InjectionException

public InjectionException(Throwable cause)
Constructs a new InjectionException

Parameters:
cause - - the root cause of this exception


Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.