com.ibm.etill.framework.log
Class ETillInitException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--com.ibm.etill.framework.log.ETillRuntimeException
|
+--com.ibm.etill.framework.log.ETillInitException
- All Implemented Interfaces:
- Serializable
- public synchronized class ETillInitException
- extends ETillRuntimeException
- See Also:
- Serialized Form
Method Summary |
int |
getPrimaryErrorCode()
Returns the system termination code representing this exception. |
ETillInitException
public ETillInitException(String)
ETillInitException
public ETillInitException(int)
ETillInitException
public ETillInitException()
ETillInitException
public ETillInitException(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.