com.ibm.ctg.epi

Class EPIException

  • java.lang.Object
    • java.lang.Throwable
      • java.lang.Exception
        • com.ibm.ctg.epi.EPIException
    • Constructor Summary

      Constructors 
      Constructor and Description
      EPIException(java.lang.String msg)
      Constructs an EPIException with a message.
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      int getErrorCode()
      Returns the error code for this exception.
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • EPIException

        public EPIException(java.lang.String msg)
        Constructs an EPIException with a message.
        Parameters:
        msg - a message
    • Method Detail

      • getErrorCode

        public int getErrorCode()
        Returns the error code for this exception.
        Returns:
        The error code
©Copyright IBM Corp. 1994, 2013
Legal