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