com.github.ltsopensource.monitor
Class CfgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.github.ltsopensource.monitor.CfgException
All Implemented Interfaces:
Serializable

public class CfgException
extends RuntimeException

Author:
Robert HG (254963746@qq.com) on 3/10/16.
See Also:
Serialized Form

Constructor Summary
CfgException(String message)
           
CfgException(String message, Throwable cause)
           
CfgException(Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CfgException

public CfgException(String message)

CfgException

public CfgException(String message,
                    Throwable cause)

CfgException

public CfgException(Throwable cause)


Copyright © 2017. All rights reserved.