com.nitido.nimx.nuggets.pab
Class PABException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.nitido.nim.NiMException
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
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)
|
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 |
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
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)
getRootCause
public java.lang.Throwable getRootCause()
These JavaDoc pages are generated for release/nim_2_5-2.5.44 Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.