Class PubSubTopicAuthorizationException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.linkedin.venice.exceptions.VeniceException
-
- com.linkedin.venice.pubsub.api.exceptions.PubSubClientException
-
- com.linkedin.venice.pubsub.api.exceptions.PubSubTopicAuthorizationException
-
- All Implemented Interfaces:
java.io.Serializable
public class PubSubTopicAuthorizationException extends PubSubClientException
Class for all Venice exceptions that are triggered by Kafka topic authorization related issues.- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class com.linkedin.venice.exceptions.VeniceException
errorType
-
-
Constructor Summary
Constructors Constructor Description PubSubTopicAuthorizationException(java.lang.String message)
PubSubTopicAuthorizationException(java.lang.String message, java.lang.Throwable cause)
-
Method Summary
-
Methods inherited from class com.linkedin.venice.exceptions.VeniceException
getErrorType, getHttpStatusCode
-
-