com.taobao.metamorphosis.client.extension.producer
类 AvailablePartitionNumException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.taobao.metamorphosis.exception.MetaClientException
com.taobao.metamorphosis.client.extension.producer.AvailablePartitionNumException
- 所有已实现的接口:
- Serializable
public class AvailablePartitionNumException
- extends MetaClientException
表示某topic当前可用的分区个数不正确,比如跟期望的总数不一致等
- 从以下版本开始:
- 2011-8-2 下午02:49:27
- 作者:
- 无花
- 另请参见:
- 序列化表格
从类 java.lang.Throwable 继承的方法 |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AvailablePartitionNumException
public AvailablePartitionNumException()
AvailablePartitionNumException
public AvailablePartitionNumException(String message,
Throwable cause)
AvailablePartitionNumException
public AvailablePartitionNumException(String message)
AvailablePartitionNumException
public AvailablePartitionNumException(Throwable cause)
Copyright © 2010–2013. All rights reserved.