Nitido Inc.

com.nitido.nimx.nuggets.pab
Class InvalidAttributeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.nitido.nim.NiMException
              extended by com.nitido.nimx.nuggets.pab.PABException
                  extended by com.nitido.nimx.nuggets.pab.InvalidAttributeException
All Implemented Interfaces:
java.io.Serializable

public class InvalidAttributeException
extends PABException

This exception is thrown when the attribute value is invalid or an required attribute does not have any value associated.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.nitido.nimx.nuggets.pab.PABException
EC_BACKEND_FAILURE, EC_ENTRY_ALREADY_EXISTS, EC_ENTRY_NOT_FOUND, EC_EXCEEDED_LIMIT, EC_INVALID_ENTRY, EC_NULL_ENTRY, EC_OK, EC_REQ_FIELD_MISSING
 
Fields inherited from class com.nitido.nim.NiMException
_errorCode
 
Constructor Summary
InvalidAttributeException(int errorCode, java.lang.String msg)
           
InvalidAttributeException(int errorCode, java.lang.String msg, java.lang.Throwable rootCause)
           
InvalidAttributeException(java.lang.String msg)
           
InvalidAttributeException(java.lang.String msg, java.lang.Throwable rootCause)
           
 
Method Summary
 
Methods inherited from class com.nitido.nimx.nuggets.pab.PABException
getRootCause
 
Methods inherited from class com.nitido.nim.NiMException
getErrorCode, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidAttributeException

public InvalidAttributeException(java.lang.String msg)

InvalidAttributeException

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

InvalidAttributeException

public InvalidAttributeException(int errorCode,
                                 java.lang.String msg,
                                 java.lang.Throwable rootCause)

InvalidAttributeException

public InvalidAttributeException(java.lang.String msg,
                                 java.lang.Throwable rootCause)

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.