org.wamblee.general
Class LookupProxyFactory.LookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by 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

Constructor Summary
LookupProxyFactory.LookupException(String aMsg)
           
LookupProxyFactory.LookupException(String aMsg, Throwable aCause)
           
 
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

LookupProxyFactory.LookupException

public LookupProxyFactory.LookupException(String aMsg,
                                          Throwable aCause)

LookupProxyFactory.LookupException

public LookupProxyFactory.LookupException(String aMsg)


Copyright © 2011. All Rights Reserved.