Class PlacementException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.solr.cluster.placement.PlacementException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PlacementModificationException
Exception thrown by a
PlacementPlugin when it is unable to compute placement for whatever
reason (except an InterruptedException that PlacementPlugin.computePlacement(org.apache.solr.cluster.placement.PlacementRequest, org.apache.solr.cluster.placement.PlacementContext) is
also allowed to throw).- See Also:
-
Constructor Summary
ConstructorsModifierConstructorDescriptionPlacementException(String message) PlacementException(String message, Throwable cause) protectedPlacementException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace) PlacementException(Throwable 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
-
PlacementException
public PlacementException() -
PlacementException
-
PlacementException
-
PlacementException
-
PlacementException
-