public class IndexUpdateFailedException extends Exception
Constructor and Description |
---|
IndexUpdateFailedException() |
IndexUpdateFailedException(String message) |
IndexUpdateFailedException(String message,
Throwable cause) |
IndexUpdateFailedException(String message,
Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
IndexUpdateFailedException(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public IndexUpdateFailedException()
public IndexUpdateFailedException(String message)
public IndexUpdateFailedException(String message, Throwable cause)
public IndexUpdateFailedException(Throwable cause)
public IndexUpdateFailedException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.