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:
Serializable
- Enclosing class:
XdsResourceType<T extends XdsClient.ResourceUpdate>
@ExperimentalApi("https://github.com/grpc/grpc-java/issues/10847")
public static final class XdsResourceType.ResourceInvalidException
extends Exception
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceInvalidException
(String message) ResourceInvalidException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
-
Constructor Details
-
ResourceInvalidException
-
ResourceInvalidException
-