Package io.grpc.xds.client
Class XdsResourceType.ResourceInvalidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- io.grpc.xds.client.XdsResourceType.ResourceInvalidException
-
- All Implemented Interfaces:
java.io.Serializable
- Enclosing class:
- XdsResourceType<T extends XdsClient.ResourceUpdate>
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10847") public static final class XdsResourceType.ResourceInvalidException extends java.lang.Exception
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description private static long
serialVersionUID
-
Constructor Summary
Constructors Constructor Description ResourceInvalidException(java.lang.String message)
ResourceInvalidException(java.lang.String message, java.lang.Throwable cause)
-
-
-
Field Detail
-
serialVersionUID
private static final long serialVersionUID
- See Also:
- Constant Field Values
-
-