com.endeca.navigation
Class ENEException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.endeca.navigation.ENEQueryException
              extended by com.endeca.navigation.ENEException
All Implemented Interfaces:
Serializable

public class ENEException
extends ENEQueryException

Exception represents an exception that comes from the MDEX Engine. Often this means that the ENEConnection was able to contact the MDEX Engine but the MDEX Engine responded with an error.

See Also:
Serialized Form

Constructor Summary
ENEException()
           
ENEException(String s)
           
 
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

ENEException

public ENEException()

ENEException

public ENEException(String s)


© 2003, 2012 Oracle and/or its affiliates. All rights reserved.
Oracle and/or its affiliates Confidential