public class AsyncApiValidationException
extends org.mule.runtime.extension.api.exception.ModuleException
| Constructor and Description |
|---|
AsyncApiValidationException(String message) |
AsyncApiValidationException(String message,
String... args) |
AsyncApiValidationException(String message,
Throwable cause) |
AsyncApiValidationException(String message,
Throwable throwable,
String... args) |
AsyncApiValidationException(Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
static AsyncApiValidationException |
fromValidationResults(List<ValidationResult> results) |
getType, toStringaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTracepublic AsyncApiValidationException(String message, Throwable throwable, String... args)
public AsyncApiValidationException(String message)
public AsyncApiValidationException(Throwable cause)
public static AsyncApiValidationException fromValidationResults(List<ValidationResult> results)
Copyright © 2024 MuleSoft, Inc.. All rights reserved.