public class AttributeExtractorException extends SearchException implements Serializable
Attributes are extracted on put or update, so this exception will be thrown to the calling thread.
| Constructor and Description |
|---|
AttributeExtractorException(String message)
Construct a AttributeExtractorException
|
AttributeExtractorException(String message,
Throwable cause)
Construct a AttributeExtractorException with an underlying cause and message
|
AttributeExtractorException(Throwable cause)
Construct a AttributeExtractorException with an underlying cause
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AttributeExtractorException(String message)
message - the description of the exceptionpublic AttributeExtractorException(String message, Throwable cause)
message - cause - public AttributeExtractorException(Throwable cause)
cause - Copyright 2001-2021, Terracotta, Inc.