Package com.portal.pcm
Class RetryableException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pcm.PortalException
com.portal.pcm.EBufException
com.portal.pcm.RetryableException
- All Implemented Interfaces:
Serializable
Signals that a Portal Library exception has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRetryableException
(int location, int error, int field, int recordID, int reserved, int line, String fileName, FList failData, int facility, int messageID, Date time, int version, FList args, EBufException chain, int reserved2) Constructs an instance ofRetryableException
. -
Method Summary
Methods inherited from class com.portal.pcm.EBufException
getArgsFList, getDetailedErrorString, getDetailedHelpString, getError, getErrorString, getErrorTime, getFacility, getFacilityString, getField, getFieldString, getFileName, getLine, getLocation, getLocationString, getMessage, getMessageID, getNestedError, getOpcodeFList, getRecordID, getReserved, getReserved2, getVersion, log, log
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
RetryableException
public RetryableException(int location, int error, int field, int recordID, int reserved, int line, String fileName, FList failData, int facility, int messageID, Date time, int version, FList args, EBufException chain, int reserved2) Constructs an instance ofRetryableException
.- Since:
- Infranet 5.5
-
-
Method Details
-
toString
Converts the error buffer information into a string. This is for logging and debugging, so it doesn't need to be localized.- Overrides:
toString
in classEBufException
- Returns:
- The error buffer formatted as a string.
- Since:
- Infranet 5.5
-