Class SystemErrorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
com.progress.common.exception.ProException
com.progress.open4gl.Open4GLException
com.progress.open4gl.SystemErrorException
All Implemented Interfaces:
com.progress.common.exception.IChainableException, Serializable
Direct Known Subclasses:
NetworkException

public class SystemErrorException extends Open4GLException
A SystemErrorException exception is thrown when a System Error (i.e. a non application related error) occurs.
See Also:
  • Constructor Details

    • SystemErrorException

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

      public SystemErrorException(long id, Object[] args, Throwable t)
    • SystemErrorException

      public SystemErrorException(Throwable t, long id, Object... args)