Package com.portal.pcm
Class IndeterminateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.portal.pcm.PortalException
com.portal.pcm.EBufException
com.portal.pcm.IndeterminateException
- All Implemented Interfaces:
Serializable
Signals that a Portal Library exception has occurred.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionIndeterminateException
(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 ofIndeterminateException
-
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
-
IndeterminateException
public IndeterminateException(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 ofIndeterminateException
- Since:
- Infranet 5.5
-
-
Method Details
-
toString
Converts the error buffer information to 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
-