com.palantir.opensource.sysmon
Class SysmonException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.palantir.opensource.sysmon.SysmonException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
LinuxMonitoringException

public class SysmonException
extends Exception

Generic exception for errors in the Sysmon framework.

See Also:
Serialized Form

Constructor Summary
SysmonException()
           
SysmonException(String message)
           
SysmonException(String message, Throwable cause)
           
SysmonException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SysmonException

public SysmonException()

SysmonException

public SysmonException(String message,
                       Throwable cause)

SysmonException

public SysmonException(String message)

SysmonException

public SysmonException(Throwable cause)


Copyright © 2012 Palantir Technologies. All Rights Reserved.