Class OutputSetException

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

public class OutputSetException extends Open4GLException
OutputSetException is an extension of the Open4GLException class. It can be returned from a ProSQLException object using the ProSQLException.getProException() method. It should be used when the application needs access to the standard PROGRESS messaging methods rather than the java.sql.SQLException methods.
See Also:
  • Constructor Details

    • OutputSetException

      public OutputSetException()
    • OutputSetException

      public OutputSetException(long id, Object[] args)
    • OutputSetException

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

      public OutputSetException(String s)