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
作者:
无花
另请参见:
序列化表格

构造方法摘要
AvailablePartitionNumException()
           
AvailablePartitionNumException(String message)
           
AvailablePartitionNumException(String message, Throwable cause)
           
AvailablePartitionNumException(Throwable cause)
           
 
方法摘要
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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.