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
public class PlacementException extends Exception
Exception thrown by aPlacementPlugin
when it is unable to compute placement for whatever reason (except anInterruptedException
thatPlacementPlugin.computePlacement(org.apache.solr.cluster.placement.PlacementRequest, org.apache.solr.cluster.placement.PlacementContext)
is also allowed to throw).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description PlacementException()
PlacementException(String message)
PlacementException(String message, Throwable cause)
protected
PlacementException(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
-
-