Package org.apache.druid.metadata
Class UnknownSegmentIdsException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.apache.druid.metadata.UnknownSegmentIdsException
-
- All Implemented Interfaces:
Serializable
@Deprecated public class UnknownSegmentIdsException extends Exception
Deprecated.Usages of this exception will be replaced by the newDruidExceptionin a future release.Exception thrown bySegmentsMetadataManagerwhen a segment id is unknown.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Collection<String>getUnknownSegmentIds()Deprecated.-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
getUnknownSegmentIds
public Collection<String> getUnknownSegmentIds()
Deprecated.
-
-