ca.idms.qcli
Class QcliOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.idms.qcli.QcliException
              extended by ca.idms.qcli.QcliOverflowException
All Implemented Interfaces:
java.io.Serializable

public class QcliOverflowException
extends QcliException

Thrown when a Native format buffer to be sent or received is too large for the maximum CCI packet size.

Version:
1.00, 03/26/99
Author:
Dave Ross
See Also:
Serialized Form

Field Summary
 
Fields inherited from class ca.idms.qcli.QcliException
sqlstate
 
Constructor Summary
QcliOverflowException(java.lang.String msg)
          Constructs a new QcliOverflowException.
 
Method Summary
 
Methods inherited from class ca.idms.qcli.QcliException
getDetailMessage
 
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

QcliOverflowException

public QcliOverflowException(java.lang.String msg)
Constructs a new QcliOverflowException.

Parameters:
msg - identifies what won't fit.


Copyright © 2009 CA, All rights reserved