com.npdbhipdb
Class QRXS.Configuration.InvalidConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.npdbhipdb.QRXSException
              extended by com.npdbhipdb.QRXS.Configuration.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
QRXS.Configuration

public class QRXS.Configuration.InvalidConfigurationException
extends QRXSException

Invalid QRXS Configuration. A required property is missing.

See Also:
Serialized Form

Constructor Summary
QRXS.Configuration.InvalidConfigurationException(java.lang.String msgGeneric, java.lang.String msg, int code)
           
 
Method Summary
 
Methods inherited from class com.npdbhipdb.QRXSException
getCode
 
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

QRXS.Configuration.InvalidConfigurationException

public QRXS.Configuration.InvalidConfigurationException(java.lang.String msgGeneric,
                                                        java.lang.String msg,
                                                        int code)