com.ibm.dse.services.checkreader
Class AmperReaderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.ibm.dse.services.checkreader.AmperReaderException

public class AmperReaderException
extends java.lang.Exception

This class is the exception thrown by the AmperReaderDriver.

See Also:
Serialized Form

Constructor Summary
protected AmperReaderException(int aRc)
          This constructor creates a AmperReaderException object.
 
Method Summary
protected  java.lang.String getCode()
          Returns the exception code.
 java.lang.String getMessage()
          Returns the exception message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AmperReaderException

protected AmperReaderException(int aRc)
This constructor creates a AmperReaderException object.
Parameters:
aRc - int
Method Detail

getCode

protected java.lang.String getCode()
Returns the exception code.
Returns:
String - The exception code.

getMessage

public java.lang.String getMessage()
Returns the exception message.
Overrides:
getMessage in class java.lang.Throwable
Returns:
String - The exception message.