Class BusySessionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.BusySessionException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable

public class BusySessionException extends Open4GLException
A BusySessionException exception is thrown if the connection is busy. The connection is busy while another method is executing or while there is an open output result set.
See Also:
  • Constructor Details

    • BusySessionException

      public BusySessionException(long id, Object[] args)