|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.lucene.gdata.server.registry.configuration.InjectionException
public class InjectionException
Will be throw if an exception occures while injecting properties, a type or
cast exception occures or a
Requiered
property is not available.
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 |
---|
public InjectionException()
public InjectionException(String message)
message
- -
the exception messagepublic InjectionException(String message, Throwable cause)
message
- -
the exception messagecause
- -
the root cause of this exceptionpublic InjectionException(Throwable cause)
cause
- -
the root cause of this exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |