java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | org.mule.modules.SolrModuleException |
Wrapper exception for isolating client library's exceptions from Mule.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
[Expand]
Inherited Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Build the exception with just a message.
| |||||||||||
Build the exeption with a message and a cause.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Build the exception with just a message.
message | The message of the exception. |
---|
Build the exeption with a message and a cause.
message | The message of the exception. |
---|---|
cause | The exception that caused this exception. |