Package org.ametys.cms.indexing
Class IndexingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ametys.cms.indexing.IndexingException
- All Implemented Interfaces:
Serializable
Signals that an error occurred during an indexing process.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs anIndexingException.IndexingException(String message) Constructs anIndexingExceptionwith the specified detail message.IndexingException(String message, Throwable cause) Constructs anIndexingExceptionwith the specified detail message and cause.IndexingException(Throwable cause) Constructs anIndexingExceptionwith the specified cause. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
IndexingException
public IndexingException()Constructs anIndexingException. -
IndexingException
Constructs anIndexingExceptionwith the specified detail message.- Parameters:
message- The detail message.
-
IndexingException
Constructs anIndexingExceptionwith the specified detail message and cause.- Parameters:
message- The detail message.cause- The cause.
-
IndexingException
Constructs anIndexingExceptionwith the specified cause.- Parameters:
cause- The cause.
-