Package com.progress.open4gl
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
A SystemErrorException exception is thrown when a System Error (i.e. a non
application related error) occurs.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSystemErrorException
(long id, Object... args) SystemErrorException
(long id, Object[] args, Throwable t) SystemErrorException
(Throwable t, long id, Object... args) -
Method Summary
Methods inherited from class com.progress.open4gl.Open4GLException
getProcReturnString, hasProcReturnString, setProcReturnString
Methods inherited from class com.progress.common.exception.ProException
getArgument, getLocalizedMessage, getMessage, getMessageId, getPrevious, setMessageId, setPrevious, toString
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
SystemErrorException
-
SystemErrorException
-
SystemErrorException
-