Class InvocationException

All Implemented Interfaces:
Serializable

public class InvocationException extends ApplicationException
Errors returned by remote services or network during call attempts
See Also:
  • Constructor Details

    • InvocationException

      public InvocationException()
      Creates an error instance and assigns its values.
      See Also:
    • InvocationException

      public InvocationException(String correlationId, String code, String message)
      Creates an error instance and assigns its values.
      Parameters:
      correlationId - (optional) a unique transaction id to trace execution through call chain.
      code - (optional) a unique error code. Default: "UNKNOWN"
      message - (optional) a human-readable description of the error.
      See Also: