public class MetadataGenericException extends RuntimeException
| Constructor and Description |
|---|
MetadataGenericException(String message,
Throwable cause)
Constructs a
MetadataGenericException. |
MetadataGenericException(Throwable cause)
Constructs a
MetadataGenericException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic MetadataGenericException(String message, Throwable cause)
MetadataGenericException.message - the detail message (which is saved for later retrieval by the getMessage() method).cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)public MetadataGenericException(Throwable cause)
MetadataGenericException.cause - the cause (which is saved for later retrieval by the getCause() method). (A null value is permitted, and
indicates that the cause is nonexistent or unknown.)Copyright © 2025 MuleSoft, Inc.. All rights reserved.