com.ibm.etill.framework.log
Class ETillFrameworkException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.etill.framework.log.ETillRuntimeException
|
+--com.ibm.etill.framework.log.ETillFrameworkException
- All Implemented Interfaces:
- Serializable
- public synchronized class ETillFrameworkException
- extends ETillRuntimeException
- See Also:
- Serialized Form
Method Summary |
int |
getPrimaryErrorCode()
Returns the system termination code representing this exception. |
ETillFrameworkException
public ETillFrameworkException(String)
ETillFrameworkException
public ETillFrameworkException(int)
ETillFrameworkException
public ETillFrameworkException()
ETillFrameworkException
public ETillFrameworkException(String,
int)
getPrimaryErrorCode
public int getPrimaryErrorCode()
- Description copied from class:
ETillRuntimeException
- Returns the system termination code representing this exception. This code
varies per subclass.
- Overrides:
getPrimaryErrorCode
in class ETillRuntimeException
- Following copied from class:
com.ibm.etill.framework.log.ETillRuntimeException
- Returns:
- int - the termination code. For instances of this class, RE_RUNTIME_ERROR
is always returned.