Nitido Inc.

com.nitido.nimx.nuggets.pab
Class PABException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
InvalidAttributeException, InvalidEntryException

public class PABException
extends NiMException

This is the generic exception that PAB Nugget would throw. All exceptions created by classes in this package will inherit from this class.

See Also:
Serialized Form

Field Summary
static int EC_BACKEND_FAILURE
           
static int EC_ENTRY_ALREADY_EXISTS
           
static int EC_ENTRY_NOT_FOUND
           
static int EC_EXCEEDED_LIMIT
           
static int EC_INVALID_ENTRY
           
static int EC_NULL_ENTRY
           
static int EC_OK
           
static int EC_REQ_FIELD_MISSING
           
 
Fields inherited from class com.nitido.nim.NiMException
_errorCode
 
Constructor Summary
PABException(int errorCode, java.lang.String msg)
           
PABException(int errorCode, java.lang.String msg, java.lang.Throwable rootCause)
           
PABException(java.lang.String msg)
           
PABException(java.lang.String msg, java.lang.Throwable rootCause)
           
 
Method Summary
 java.lang.Throwable 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
 

Field Detail

EC_OK

public static final int EC_OK
See Also:
Constant Field Values

EC_REQ_FIELD_MISSING

public static final int EC_REQ_FIELD_MISSING
See Also:
Constant Field Values

EC_EXCEEDED_LIMIT

public static final int EC_EXCEEDED_LIMIT
See Also:
Constant Field Values

EC_INVALID_ENTRY

public static final int EC_INVALID_ENTRY
See Also:
Constant Field Values

EC_BACKEND_FAILURE

public static final int EC_BACKEND_FAILURE
See Also:
Constant Field Values

EC_ENTRY_ALREADY_EXISTS

public static final int EC_ENTRY_ALREADY_EXISTS
See Also:
Constant Field Values

EC_ENTRY_NOT_FOUND

public static final int EC_ENTRY_NOT_FOUND
See Also:
Constant Field Values

EC_NULL_ENTRY

public static final int EC_NULL_ENTRY
See Also:
Constant Field Values
Constructor Detail

PABException

public PABException(java.lang.String msg)

PABException

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

PABException

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

PABException

public PABException(java.lang.String msg,
                    java.lang.Throwable rootCause)
Method Detail

getRootCause

public java.lang.Throwable getRootCause()

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.