org.opennms.rancid
Class RancidApiException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by org.opennms.rancid.RancidApiException
All Implemented Interfaces:
Serializable

public class RancidApiException
extends IOException

See Also:
Serialized Form

Field Summary
static int OTHER_ERROR
           
static int RWS_AUTH_FAILES
           
static int RWS_BUSY
           
static int RWS_RESOURCE_EXISTS
           
static int RWS_RESOURCE_NOT_FOUND
           
static int RWS_TIMEOUT
           
 
Method Summary
 int getRancidCode()
           
 
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

RWS_BUSY

public static int RWS_BUSY

RWS_RESOURCE_NOT_FOUND

public static int RWS_RESOURCE_NOT_FOUND

RWS_TIMEOUT

public static int RWS_TIMEOUT

RWS_AUTH_FAILES

public static int RWS_AUTH_FAILES

RWS_RESOURCE_EXISTS

public static int RWS_RESOURCE_EXISTS

OTHER_ERROR

public static int OTHER_ERROR
Method Detail

getRancidCode

public int getRancidCode()


Copyright © 2012. All Rights Reserved.