orc.env
Class LookupFailureException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by orc.error.OrcException
              extended by orc.env.EnvException
                  extended by orc.env.LookupFailureException
All Implemented Interfaces:
java.io.Serializable

public class LookupFailureException
extends EnvException

Author:
dkitchin
See Also:
Serialized Form

Constructor Summary
LookupFailureException()
           
LookupFailureException(java.lang.String message)
           
LookupFailureException(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

LookupFailureException

public LookupFailureException()

LookupFailureException

public LookupFailureException(java.lang.String message)

LookupFailureException

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