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

Fields inherited from class com.ibm.etill.framework.log.ETillRuntimeException
RE_CASSETTE_ERROR, RE_FRAMEWORK_ERROR, RE_INIT_ERROR, RE_RUNTIME_ERROR
 
Constructor Summary
ETillInitException()
           
ETillInitException(int)
           
ETillInitException(String)
           
ETillInitException(String, int)
           
 
Method Summary
 int getPrimaryErrorCode()
          Returns the system termination code representing this exception.
 
Methods inherited from class com.ibm.etill.framework.log.ETillRuntimeException
getCassette, getSecondaryErrorCode
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ETillInitException

public ETillInitException(String)

ETillInitException

public ETillInitException(int)

ETillInitException

public ETillInitException()

ETillInitException

public ETillInitException(String,
                          int)
Method Detail

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.