com.npdbhipdb
Class QRXSException

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

public class QRXSException
extends java.lang.Exception

Exception with a QRXS Error code and message pair

See Also:
Serialized Form

Constructor Summary
QRXSException(java.lang.String msgGeneric, java.lang.String msg, int code)
          Constructor with code and message
 
Method Summary
 java.lang.String getCode()
          Get error code
 
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

QRXSException

public QRXSException(java.lang.String msgGeneric,
                     java.lang.String msg,
                     int code)
Constructor with code and message

Parameters:
msg - Error message
code - Error code
Method Detail

getCode

public java.lang.String getCode()
Get error code

Returns:
Error code