com.sybase.persistence
Class SUPClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sybase.persistence.SUPClientException

public class SUPClientException
extends java.lang.RuntimeException


Field Summary
static int AFARIA_FILEIO_ERROR
           
static int MBO_NOT_FOUND
           
static int MBO_NOT_SYNCHRONIZED
           
static int NO_DEFAULT_CONNECTION
           
static int SYNC_FAILED
           
static int SYNC_META_FAILED
           
static int ULJ_ERROR
           
 
Constructor Summary
SUPClientException(int errorCode)
          Sybase internal use only.
SUPClientException(java.lang.String message, int errorCode)
          Sybase internal use only.
 
Method Summary
 int getErrorCode()
          Sybase internal use only.
 
Methods inherited from class java.lang.Throwable
getMessage, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

NO_DEFAULT_CONNECTION

public static final int NO_DEFAULT_CONNECTION
See Also:
Constant Field Values

SYNC_META_FAILED

public static final int SYNC_META_FAILED
See Also:
Constant Field Values

SYNC_FAILED

public static final int SYNC_FAILED
See Also:
Constant Field Values

MBO_NOT_FOUND

public static final int MBO_NOT_FOUND
See Also:
Constant Field Values

MBO_NOT_SYNCHRONIZED

public static final int MBO_NOT_SYNCHRONIZED
See Also:
Constant Field Values

ULJ_ERROR

public static final int ULJ_ERROR
See Also:
Constant Field Values

AFARIA_FILEIO_ERROR

public static final int AFARIA_FILEIO_ERROR
See Also:
Constant Field Values
Constructor Detail

SUPClientException

public SUPClientException(int errorCode)
Sybase internal use only.


SUPClientException

public SUPClientException(java.lang.String message,
                          int errorCode)
Sybase internal use only.

Method Detail

getErrorCode

public int getErrorCode()
Sybase internal use only.