agg.attribute.impl
Class AttrImplException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by agg.attribute.impl.AttrImplException
All Implemented Interfaces:
java.io.Serializable

public class AttrImplException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
protected  int msgCode
           
 
Constructor Summary
AttrImplException(int msgCode)
           
AttrImplException(int msgCode, java.lang.String addMsg)
           
AttrImplException(java.lang.String addMsg)
           
 
Method Summary
 java.lang.String getMessage()
           
 int getMsgCode()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

msgCode

protected int msgCode
Constructor Detail

AttrImplException

public AttrImplException(int msgCode)

AttrImplException

public AttrImplException(int msgCode,
                         java.lang.String addMsg)

AttrImplException

public AttrImplException(java.lang.String addMsg)
Method Detail

getMsgCode

public int getMsgCode()

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable