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

Fields inherited from class com.ibm.etill.framework.log.ETillRuntimeException
RE_CASSETTE_ERROR, RE_FRAMEWORK_ERROR, RE_INIT_ERROR, RE_RUNTIME_ERROR
 
Constructor Summary
ETillFrameworkException()
           
ETillFrameworkException(int)
           
ETillFrameworkException(String)
           
ETillFrameworkException(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

ETillFrameworkException

public ETillFrameworkException(String)

ETillFrameworkException

public ETillFrameworkException(int)

ETillFrameworkException

public ETillFrameworkException()

ETillFrameworkException

public ETillFrameworkException(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.