Class IllegalConnectionProviderModelDefinitionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.extension.api.exception.IllegalModelDefinitionException
org.mule.runtime.extension.api.exception.IllegalConnectionProviderModelDefinitionException
- All Implemented Interfaces:
Serializable
public class IllegalConnectionProviderModelDefinitionException
extends IllegalModelDefinitionException
A specialization of
IllegalModelDefinitionException which marks that a ConnectionProvider is invalid- Since:
- 1.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instanceIllegalConnectionProviderModelDefinitionException(String message, Throwable cause) Creates a new instanceCreates a new instance -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IllegalConnectionProviderModelDefinitionException
Creates a new instance- Parameters:
message- the detail message
-
IllegalConnectionProviderModelDefinitionException
Creates a new instance- Parameters:
message- the detail messagecause- the cause
-
IllegalConnectionProviderModelDefinitionException
Creates a new instance- Parameters:
cause- the cause
-