public class

SolrModuleException

extends Exception
java.lang.Object
   ↳ java.lang.Throwable
     ↳ java.lang.Exception
       ↳ org.mule.modules.SolrModuleException

Class Overview

Wrapper exception for isolating client library's exceptions from Mule.

Summary

[Expand]
Inherited Constants
From class java.lang.Exception
From class java.lang.Throwable
[Expand]
Inherited Fields
From class java.lang.Throwable
Public Constructors
SolrModuleException(String message)
Build the exception with just a message.
SolrModuleException(String message, Throwable cause)
Build the exeption with a message and a cause.
[Expand]
Inherited Methods
From class java.lang.Throwable
From class java.lang.Object

Public Constructors

public SolrModuleException (String message)

Build the exception with just a message.

Parameters
message The message of the exception.

public SolrModuleException (String message, Throwable cause)

Build the exeption with a message and a cause.

Parameters
message The message of the exception.
cause The exception that caused this exception.