public final class MetadataResolvingException extends Exception
FailureCode is required in order to describe the error reason.
//TODO MULE-8946: Extend from MuleException
| Constructor and Description |
|---|
MetadataResolvingException(String message,
FailureCode failure) |
MetadataResolvingException(String message,
FailureCode failure,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
FailureCode |
getFailure() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataResolvingException(String message, FailureCode failure)
public MetadataResolvingException(String message, FailureCode failure, Throwable cause)
public FailureCode getFailure()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.