com.platform.ego.exception
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.platform.ego.exception.EGOException
com.platform.ego.exception.SystemException
- All Implemented Interfaces:
- java.io.Serializable
public class SystemException
- extends EGOException
Signals that an internal exception has occurred.
- Version:
- 1.2.3
- See Also:
- Serialized Form
Constructor Summary |
SystemException(java.lang.String area,
int errorCode,
java.lang.String message)
Constructs an SystemException with the specified detailed message. |
SystemException(java.lang.String area,
int errorCode,
java.lang.String message,
java.lang.Throwable rootCause)
Constructs an SystemException with the specified detailed message and nested exception. |
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 |
SystemException
public SystemException(java.lang.String area,
int errorCode,
java.lang.String message,
java.lang.Throwable rootCause)
- Constructs an SystemException 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.
SystemException
public SystemException(java.lang.String area,
int errorCode,
java.lang.String message)
- Constructs an SystemException 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