Class Open4GLException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable
Direct Known Subclasses:
BusySessionException, ConnectException, OutputSetException, ProDataException, RunTime4GLException, SchemaValidationException, SessionPool.SessionPoolException, SystemErrorException

public class Open4GLException extends com.progress.common.exception.ProException
Open4GLException is the super class for all the open4gl exceptions.
See Also:
  • Constructor Details

    • Open4GLException

      public Open4GLException(long id, Object... args)
    • Open4GLException

      public Open4GLException(Throwable t, long id, Object... args)
    • Open4GLException

      public Open4GLException(Throwable t, long id)
    • Open4GLException

      public Open4GLException(long id)
    • Open4GLException

      public Open4GLException()
    • Open4GLException

      public Open4GLException(String s)
    • Open4GLException

      public Open4GLException(String s, Throwable src)
    • Open4GLException

      public Open4GLException(String s, Object... args)
    • Open4GLException

      public Open4GLException(Throwable t, String s, Object... args)
  • Method Details

    • hasProcReturnString

      public boolean hasProcReturnString()
    • getProcReturnString

      public String getProcReturnString()
    • setProcReturnString

      public void setProcReturnString(String returnStr)