org.wamblee.general
Class LookupProxyFactory.LookupException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.wamblee.general.LookupProxyFactory.LookupException
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- LookupProxyFactory<T>
public static class LookupProxyFactory.LookupException
- extends RuntimeException
Exception thrown in case an object cannot be retrieved from JNDI.
- Author:
- Erik Brakkee
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
LookupProxyFactory.LookupException
public LookupProxyFactory.LookupException(String aMsg,
Throwable aCause)
LookupProxyFactory.LookupException
public LookupProxyFactory.LookupException(String aMsg)
Copyright © 2011. All Rights Reserved.