com.alibaba.otter.common.push
类 PushException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 java.lang.RuntimeException
              继承者 org.apache.commons.lang.exception.NestableRuntimeException
                  继承者 com.alibaba.otter.common.push.PushException
所有已实现的接口:
Serializable, org.apache.commons.lang.exception.Nestable

public class PushException
extends org.apache.commons.lang.exception.NestableRuntimeException

从以下版本开始:
4.1.3
作者:
zebin.xuzb 2013-1-23 下午2:07:28
另请参见:
序列化表格

字段摘要
 
从类 org.apache.commons.lang.exception.NestableRuntimeException 继承的字段
delegate
 
构造方法摘要
PushException()
           
PushException(String msg)
           
PushException(String msg, Throwable cause)
           
PushException(Throwable cause)
           
 
方法摘要
 
从类 org.apache.commons.lang.exception.NestableRuntimeException 继承的方法
getCause, getMessage, getMessage, getMessages, getThrowable, getThrowableCount, getThrowables, indexOfThrowable, indexOfThrowable, printPartialStackTrace, printStackTrace, printStackTrace, printStackTrace
 
从类 java.lang.Throwable 继承的方法
fillInStackTrace, getLocalizedMessage, getStackTrace, initCause, setStackTrace, toString
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

PushException

public PushException()

PushException

public PushException(String msg,
                     Throwable cause)

PushException

public PushException(String msg)

PushException

public PushException(Throwable cause)


Copyright © 2011–2014 alibaba. All rights reserved.