com.taobao.metamorphosis.tools.monitor
类 InitException

java.lang.Object
  继承者 java.lang.Throwable
      继承者 java.lang.Exception
          继承者 com.taobao.metamorphosis.tools.monitor.InitException
所有已实现的接口:
Serializable

public class InitException
extends Exception

代表监控系统启动初始化间段出现的异常

从以下版本开始:
2011-5-24 下午05:10:42
作者:
无花
另请参见:
序列化表格

构造方法摘要
InitException()
           
InitException(String s)
           
InitException(String message, Throwable cause)
           
InitException(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
 

构造方法详细信息

InitException

public InitException()

InitException

public InitException(String message,
                     Throwable cause)

InitException

public InitException(String s)

InitException

public InitException(Throwable cause)


Copyright © 2010–2013. All rights reserved.