Class IndeterminateException

All Implemented Interfaces:
Serializable

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

    • toString

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