RemoteSolrException

io.ino.solrs.RemoteSolrException
class RemoteSolrException(code: Int, msg: String, th: Throwable) extends SolrException

Subclass of SolrException that allows us to capture an arbitrary HTTP status code that may have been returned by the remote server or a proxy along the way.

Value parameters

code

Arbitrary HTTP status code

msg

Exception Message

th

Throwable to wrap with this Exception

Attributes

Graph
Supertypes
class SolrException
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def addSuppressed(x$0: Throwable): Unit

Attributes

Inherited from:
Throwable
def fillInStackTrace(): Throwable

Attributes

Inherited from:
Throwable
def getCause(): Throwable

Attributes

Inherited from:
Throwable
def getLocalizedMessage(): String

Attributes

Inherited from:
Throwable
def getMessage(): String

Attributes

Inherited from:
Throwable
def getMetadata(x$0: String): String

Attributes

Inherited from:
SolrException
def getMetadata(): NamedList[String]

Attributes

Inherited from:
SolrException
def getRootThrowable(): String

Attributes

Inherited from:
SolrException
def getStackTrace(): Array[StackTraceElement]

Attributes

Inherited from:
Throwable
final def getSuppressed(): Array[Throwable]

Attributes

Inherited from:
Throwable
def getThrowable(): String

Attributes

Inherited from:
SolrException
def initCause(x$0: Throwable): Throwable

Attributes

Inherited from:
Throwable
def logDebugWithMdc(x$0: Logger, x$1: String): Unit

Attributes

Inherited from:
SolrException
def logInfoWithMdc(x$0: Logger, x$1: String): Unit

Attributes

Inherited from:
SolrException
def logWarnWithMdc(x$0: Logger, x$1: String): Unit

Attributes

Inherited from:
SolrException
def printStackTrace(x$0: PrintWriter): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(x$0: PrintStream): Unit

Attributes

Inherited from:
Throwable
def printStackTrace(): Unit

Attributes

Inherited from:
Throwable
def setMetadata(x$0: String, x$1: String): Unit

Attributes

Inherited from:
SolrException
def setMetadata(x$0: NamedList[String]): Unit

Attributes

Inherited from:
SolrException
def setStackTrace(x$0: Array[StackTraceElement]): Unit

Attributes

Inherited from:
Throwable
def toString(): String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Inherited from:
Throwable

Deprecated and Inherited methods

@Deprecated
def log(x$0: Logger): Unit

Attributes

Deprecated
true
Inherited from:
SolrException