com.novell.security.nmas.mgmt
Class NMASPwdException

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

public final class NMASPwdException
extends java.lang.Exception

Defines the NMAS password exception class.

See Also:
Serialized Form

Constructor Summary
NMASPwdException(int retCode)
          Specifies the error code message returned if an exception occurs.
NMASPwdException(java.lang.String msg, int retCode)
          Specifies the password string exception messages.
 
Method Summary
 int getNmasRetCode()
          Gets the NMAS error return code.
 
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

NMASPwdException

public NMASPwdException(java.lang.String msg,
                        int retCode)
Specifies the password string exception messages.

Parameters:
msg - The string messages.
retCode -

NMASPwdException

public NMASPwdException(int retCode)
Specifies the error code message returned if an exception occurs.

Parameters:
retCode - Specifies the NMAS return code.
Method Detail

getNmasRetCode

public int getNmasRetCode()
Gets the NMAS error return code.

Returns:
The NMAS error code.