com.fuxi.javaagent.contentobjects.jnotify
Class JNotifyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.fuxi.javaagent.contentobjects.jnotify.JNotifyException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
JNotifyException_linux, JNotifyException_macosx, JNotifyException_win32

public abstract class JNotifyException
extends IOException

See Also:
Serialized Form

Field Summary
protected  int _systemErrorCode
           
static int ERROR_NO_SUCH_FILE_OR_DIRECTORY
           
static int ERROR_PERMISSION_DENIED
           
static int ERROR_UNSPECIFIED
           
static int ERROR_WATCH_LIMIT_REACHED
           
 
Constructor Summary
JNotifyException(String s, int systemErrorCode)
           
 
Method Summary
abstract  int getErrorCode()
           
 int getSystemError()
           
 
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
 

Field Detail

ERROR_UNSPECIFIED

public static final int ERROR_UNSPECIFIED
See Also:
Constant Field Values

ERROR_WATCH_LIMIT_REACHED

public static final int ERROR_WATCH_LIMIT_REACHED
See Also:
Constant Field Values

ERROR_PERMISSION_DENIED

public static final int ERROR_PERMISSION_DENIED
See Also:
Constant Field Values

ERROR_NO_SUCH_FILE_OR_DIRECTORY

public static final int ERROR_NO_SUCH_FILE_OR_DIRECTORY
See Also:
Constant Field Values

_systemErrorCode

protected final int _systemErrorCode
Constructor Detail

JNotifyException

public JNotifyException(String s,
                        int systemErrorCode)
Method Detail

getSystemError

public int getSystemError()

getErrorCode

public abstract int getErrorCode()


Copyright © 2018. All rights reserved.