com.jdbaccess.exception
Class ErrorInfo

java.lang.Object
  extended by com.jdbaccess.exception.ErrorInfo

public class ErrorInfo
extends java.lang.Object


Field Summary
static int ERROR
           
static int FATAL_DB_ERROR
           
 
Constructor Summary
ErrorInfo()
           
 
Method Summary
static java.lang.String getAction(int errorNumber)
           
static java.lang.String getCause(int errorNumber)
           
static java.lang.String getMessage(int errorNumber)
           
static int getType(int errorNumber)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ERROR

public static int ERROR

FATAL_DB_ERROR

public static int FATAL_DB_ERROR
Constructor Detail

ErrorInfo

public ErrorInfo()
Method Detail

getType

public static int getType(int errorNumber)

getMessage

public static java.lang.String getMessage(int errorNumber)

getCause

public static java.lang.String getCause(int errorNumber)

getAction

public static java.lang.String getAction(int errorNumber)