Class ProDataException

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

public class ProDataException extends Open4GLException
ProDataException provides standard PROGRESS exception messaging for errors that occur when the Java application uses ProDataGraphs.
See Also:
  • Constructor Details

    • ProDataException

      public ProDataException()
    • ProDataException

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

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

      public ProDataException(String s)
    • ProDataException

      public ProDataException(String s, Throwable src)