ak.err
Class ConnErr

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--ak.err.AppError
                    |
                    +--ak.err.ConnErr

public class ConnErr
extends AppError

Class ConnErr represent any connection error (e.g. Invalid DB-UID, ORB-exception, network is down) This class extends AppError and pre-sets the AppErrorItem with relevant parameters.

Version:
V1.1 Copyright(c)2000 Alexej Kupin
See Also:
Serialized Form

Fields inherited from class ak.err.AppError
errItem, m_bDisplay, m_bFullInfo, m_bMsgFile, m_bSuccess, m_bTrace, m_sName, m_vMedia
 
Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
ConnErr(java.lang.String sModule)
           
 
Methods inherited from class ak.err.AppError
addComponent, addInfo, addParam, CheckFile, getErrItem, getMessage, GetPath, GetPath, GetPath, GetPath, Init, InitDefault, loadMedia, log, log, MakeLog, ObjectToString, Read, resolveMSG, SetEnv, SetMsg, show, show, showAsk, showAsk, showError, showError, showInfo, showInfo, showWarning, showWarning, StringToObject
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

ConnErr

public ConnErr(java.lang.String sModule)