public class RegistryRetryableException
extends com.hortonworks.registries.schemaregistry.exceptions.RegistryException
implements com.hortonworks.registries.schemaregistry.serde.RetryableException
| Constructor and Description |
|---|
RegistryRetryableException() |
RegistryRetryableException(java.lang.String message) |
RegistryRetryableException(java.lang.String message,
java.lang.Throwable cause) |
RegistryRetryableException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace) |
RegistryRetryableException(java.lang.Throwable cause) |
public RegistryRetryableException()
public RegistryRetryableException(java.lang.String message)
public RegistryRetryableException(java.lang.String message,
java.lang.Throwable cause)
public RegistryRetryableException(java.lang.Throwable cause)
public RegistryRetryableException(java.lang.String message,
java.lang.Throwable cause,
boolean enableSuppression,
boolean writableStackTrace)