|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.mozilla.jss.util
Class NativeErrcodes
java.lang.Objectorg.mozilla.jss.util.NativeErrcodes
public class NativeErrcodes
- extends java.lang.Object
An enumeration of all error codes from NSS and NSPR. The integer values associated with each error code are subject to change, so DO NOT DEPEND ON THEM. Only use the symbolic names.
| Constructor Summary | |
|---|---|
NativeErrcodes()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
PR_OUT_OF_MEMORY_ERROR
public static final int PR_OUT_OF_MEMORY_ERROR
- See Also:
- Constant Field Values
PR_BAD_DESCRIPTOR_ERROR
public static final int PR_BAD_DESCRIPTOR_ERROR
- See Also:
- Constant Field Values
PR_WOULD_BLOCK_ERROR
public static final int PR_WOULD_BLOCK_ERROR
- See Also:
- Constant Field Values
PR_ACCESS_FAULT_ERROR
public static final int PR_ACCESS_FAULT_ERROR
- See Also:
- Constant Field Values
PR_INVALID_METHOD_ERROR
public static final int PR_INVALID_METHOD_ERROR
- See Also:
- Constant Field Values
PR_ILLEGAL_ACCESS_ERROR
public static final int PR_ILLEGAL_ACCESS_ERROR
- See Also:
- Constant Field Values
PR_UNKNOWN_ERROR
public static final int PR_UNKNOWN_ERROR
- See Also:
- Constant Field Values
PR_PENDING_INTERRUPT_ERROR
public static final int PR_PENDING_INTERRUPT_ERROR
- See Also:
- Constant Field Values
PR_NOT_IMPLEMENTED_ERROR
public static final int PR_NOT_IMPLEMENTED_ERROR
- See Also:
- Constant Field Values
PR_IO_ERROR
public static final int PR_IO_ERROR
- See Also:
- Constant Field Values
org.mozilla.jss.util.NativeErrcodes