@InterfaceAudience.Public @InterfaceStability.Evolving public class InvalidAbfsRestOperationException extends AbfsRestOperationException
Constructor and Description |
---|
InvalidAbfsRestOperationException(Exception innerException) |
InvalidAbfsRestOperationException(Exception innerException,
int retryCount)
Adds the retry count along with the exception.
|
getErrorCode, getErrorMessage, getStatusCode
toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public InvalidAbfsRestOperationException(Exception innerException)
public InvalidAbfsRestOperationException(Exception innerException, int retryCount)
innerException
- The inner exception which is originally caught.retryCount
- The retry count when the exception was thrown.Copyright © 2024 Apache Software Foundation. All rights reserved.