Class AbfsDriverException

All Implemented Interfaces:
Serializable

@Public @Evolving public class AbfsDriverException extends AbfsRestOperationException
Exception to be thrown if any Runtime Exception occurs.
See Also:
  • Constructor Details

    • AbfsDriverException

      public AbfsDriverException(Exception innerException)
      Constructs an AbfsDriverException with the specified inner exception.
      Parameters:
      innerException - the underlying exception that caused the failure
    • AbfsDriverException

      public AbfsDriverException(Exception innerException, String activityId)
      Constructs an AbfsDriverException with the specified inner exception and activity ID for correlation.
      Parameters:
      innerException - the underlying exception that caused the failure
      activityId - the request or operation ID for traceability
    • AbfsDriverException

      public AbfsDriverException(String errorMessage, Exception innerException)
      Constructs an AbfsDriverException with a custom error message and inner exception.
      Parameters:
      errorMessage - a custom error message describing the failure
      innerException - the underlying exception that caused the failure