|
|||||||||
| 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.javalid.core.JavalidException
org.javalid.core.JavalidLookupFailedException
public class JavalidLookupFailedException
Raised by methods that fail to lookup a bean (in e.g. spring, seam or jndi). Instead of throwing the default exception they must raise this one!
| Constructor Summary | |
|---|---|
JavalidLookupFailedException(java.lang.String message)
|
|
JavalidLookupFailedException(java.lang.String message,
java.lang.Throwable t)
|
|
| 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 JavalidLookupFailedException(java.lang.String message)
public JavalidLookupFailedException(java.lang.String message,
java.lang.Throwable t)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||