Class RetryableException

All Implemented Interfaces:
Serializable

public class RetryableException extends EBufException
Signals that a Portal Library exception has occurred.
See Also:
  • 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 of RetryableException.
      Since:
      Infranet 5.5
  • Method Details

    • toString

      public String 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 class EBufException
      Returns:
      The error buffer formatted as a string.
      Since:
      Infranet 5.5