com.safeidentity.adminservice.dao.rdb
Class Err

java.lang.Object
  extended bycom.safeidentity.adminservice.dao.rdb.Err

public class Err
extends java.lang.Object


Field Summary
static int DBCONNECTION
           
static int ENVIRONMENT
           
static int INITIAL_ERR
           
static java.lang.String NOT_DEFINE_ORGPID_ROOTVALUE_PROFILE
           
static java.lang.String NOT_DEFINE_ORGTABLEIDCOL_PROFILE
           
static java.lang.String NOT_DEFINE_ORGTABLEPIDCOL_PROFILE
           
static java.lang.String NOT_DEFINE_SCHEME_PROFILE
           
static java.lang.String NOT_DEFINE_USERTABLEIDCOL_PROFILE
           
static java.lang.String NOT_DEFINE_USERTABLEPIDCOL_PROFILE
           
static java.lang.String NOT_FOUND_USERREPOSITORY
           
static int SQLERR
           
static int UNDEFINED_ERR
           
 
Constructor Summary
Err()
           
 
Method Summary
static void showError(int errType, java.lang.String errText)
           
static void showError(int errType, java.lang.String errText, boolean bLog)
           
static void willThrow(java.lang.Exception ex)
           
static void willThrow(java.lang.String exText)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INITIAL_ERR

public static final int INITIAL_ERR
See Also:
Constant Field Values

UNDEFINED_ERR

public static final int UNDEFINED_ERR
See Also:
Constant Field Values

ENVIRONMENT

public static final int ENVIRONMENT
See Also:
Constant Field Values

DBCONNECTION

public static final int DBCONNECTION
See Also:
Constant Field Values

SQLERR

public static final int SQLERR
See Also:
Constant Field Values

NOT_FOUND_USERREPOSITORY

public static final java.lang.String NOT_FOUND_USERREPOSITORY
See Also:
Constant Field Values

NOT_DEFINE_SCHEME_PROFILE

public static final java.lang.String NOT_DEFINE_SCHEME_PROFILE
See Also:
Constant Field Values

NOT_DEFINE_USERTABLEIDCOL_PROFILE

public static final java.lang.String NOT_DEFINE_USERTABLEIDCOL_PROFILE
See Also:
Constant Field Values

NOT_DEFINE_USERTABLEPIDCOL_PROFILE

public static final java.lang.String NOT_DEFINE_USERTABLEPIDCOL_PROFILE
See Also:
Constant Field Values

NOT_DEFINE_ORGTABLEIDCOL_PROFILE

public static final java.lang.String NOT_DEFINE_ORGTABLEIDCOL_PROFILE
See Also:
Constant Field Values

NOT_DEFINE_ORGTABLEPIDCOL_PROFILE

public static final java.lang.String NOT_DEFINE_ORGTABLEPIDCOL_PROFILE
See Also:
Constant Field Values

NOT_DEFINE_ORGPID_ROOTVALUE_PROFILE

public static final java.lang.String NOT_DEFINE_ORGPID_ROOTVALUE_PROFILE
See Also:
Constant Field Values
Constructor Detail

Err

public Err()
Method Detail

showError

public static void showError(int errType,
                             java.lang.String errText)

showError

public static void showError(int errType,
                             java.lang.String errText,
                             boolean bLog)

willThrow

public static void willThrow(java.lang.String exText)

willThrow

public static void willThrow(java.lang.Exception ex)


Copyright © 2004 SoftForum Corp. All Rights Reserved.