com.novell.security.nmas.mgmt
Class NMASLoginDataException

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

public final class NMASLoginDataException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NMASLoginDataException(int retCode)
           
NMASLoginDataException(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

NMASLoginDataException

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

NMASLoginDataException

public NMASLoginDataException(int retCode)
Method Detail

getNmasRetCode

public int getNmasRetCode()