com.aol.acc
Class AccException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.aol.acc.AccException
All Implemented Interfaces:
java.io.Serializable

public class AccException
extends java.lang.Exception

See Also:
Serialized Form

Field Summary
 AccResult errorCode
           
 
Constructor Summary
AccException(AccResult errorCode)
           
AccException(java.lang.String msg, int errorCode)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

errorCode

public AccResult errorCode
Constructor Detail

AccException

public AccException(java.lang.String msg,
                    int errorCode)

AccException

public AccException(AccResult errorCode)