Package org.apache.iotdb.rpc
Class RedirectException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.apache.iotdb.rpc.RedirectException
-
- All Implemented Interfaces:
Serializable
public class RedirectException extends IOException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RedirectException(Map<String,TEndPoint> deviceEndPointMap)RedirectException(TEndPoint endPoint)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,TEndPoint>getDeviceEndPointMap()TEndPointgetEndPoint()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-