com.platform.ego.exception
Class ServerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.platform.ego.exception.EGOException
              extended by com.platform.ego.exception.ServerException
All Implemented Interfaces:
java.io.Serializable

public class ServerException
extends EGOException

Signals that an EGO server exception has occurred.

Version:
1.2.3
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.platform.ego.exception.EGOException
area, args, errorCode, errorMessage, funName, rootCause
 
Constructor Summary
ServerException(java.lang.String area, int errorCode, java.lang.String message)
          Constructs a ServerException with the specified detailed message.
ServerException(java.lang.String area, int errorCode, java.lang.String message, java.lang.Throwable rootCause)
          Constructs a ServerException with the specified detailed message and nested exception.
 
Method Summary
 
Methods inherited from class com.platform.ego.exception.EGOException
getArea, getArgs, getErrorCode, getRootCause, printStackTrace, printStackTrace, printStackTrace, setArea, setArgs, setErrorCode, setRootCause
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ServerException

public ServerException(java.lang.String area,
                       int errorCode,
                       java.lang.String message,
                       java.lang.Throwable rootCause)
Constructs a ServerException with the specified detailed message and nested exception.

Parameters:
area - : specifies the area. Area may be API, WSG or VEMKD.
errorCode - : specifies error code.
message - : specifies the detailed message.
rootCause - : specifies the nested exception.

ServerException

public ServerException(java.lang.String area,
                       int errorCode,
                       java.lang.String message)
Constructs a ServerException with the specified detailed message.

Parameters:
area - : specifies the area. Area may be API, WSG or VEMKD.
errorCode - : specifies error code.
message - : specifies the detailed message.


Copyright (C) 1992-2007 Platform Computing Corporation