org.yajul.jndi
Class LookupException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.yajul.jndi.LookupException
All Implemented Interfaces:
java.io.Serializable

public class LookupException
extends java.lang.RuntimeException

Thrown when a JNDI lookup fails.
User: Joshua Davis Date: Sep 9, 2007 Time: 10:28:44 AM

See Also:
Serialized Form

Constructor Summary
LookupException(java.lang.String message)
           
LookupException(java.lang.String message, java.lang.Throwable cause)
           
 
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

LookupException

public LookupException(java.lang.String message)

LookupException

public LookupException(java.lang.String message,
                       java.lang.Throwable cause)


Copyright © 2008. All Rights Reserved.