com.novell.security.nmas.mgmt
Class GamsException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.novell.security.nmas.mgmt.GamsException
All Implemented Interfaces:
java.io.Serializable

public class GamsException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
GamsException(int retCode)
           
GamsException(java.lang.String msg, int retCode)
           
 
Method Summary
 int getNmasRetCode()
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GamsException

public GamsException(java.lang.String msg,
                     int retCode)

GamsException

public GamsException(int retCode)
Method Detail

getNmasRetCode

public int getNmasRetCode()