Package apple.enums
Class mach_port_guard_exception_codes
- java.lang.Object
-
- apple.enums.mach_port_guard_exception_codes
-
public final class mach_port_guard_exception_codes extends java.lang.ObjectReasons for exception for a guarded mach port
-
-
Field Summary
Fields Modifier and Type Field Description static intDESTROYstatic intIMMOVABLEstatic intINCORRECT_GUARDstatic intINVALID_ARGUMENTstart of [optionally] non-fatal guardsstatic intINVALID_NAMEstart of [optionally] non-fatal guardsstatic intINVALID_RIGHTstart of [optionally] non-fatal guardsstatic intINVALID_VALUEstart of [optionally] non-fatal guardsstatic intKERN_FAILUREstart of [optionally] non-fatal guardsstatic intKERN_NO_SPACEstart of [optionally] non-fatal guardsstatic intKERN_RESOURCEstart of [optionally] non-fatal guardsstatic intMOD_REFSstatic intMSG_FILTEREDstatic intRCV_GUARDED_DESCshould never be fatal; for development onlystatic intRCV_INVALID_NAMEstart of [optionally] non-fatal guardsstatic intRIGHT_EXISTSstart of [optionally] non-fatal guardsstatic intSEND_INVALID_REPLYstart of [optionally] non-fatal guardsstatic intSEND_INVALID_RIGHTstart of [optionally] non-fatal guardsstatic intSEND_INVALID_VOUCHERstart of [optionally] non-fatal guardsstatic intSET_CONTEXTstatic intSTRICT_REPLYstatic intUNGUARDED
-
-
-
Field Detail
-
DESTROY
public static final int DESTROY
- See Also:
- Constant Field Values
-
MOD_REFS
public static final int MOD_REFS
- See Also:
- Constant Field Values
-
SET_CONTEXT
public static final int SET_CONTEXT
- See Also:
- Constant Field Values
-
UNGUARDED
public static final int UNGUARDED
- See Also:
- Constant Field Values
-
INCORRECT_GUARD
public static final int INCORRECT_GUARD
- See Also:
- Constant Field Values
-
IMMOVABLE
public static final int IMMOVABLE
- See Also:
- Constant Field Values
-
STRICT_REPLY
public static final int STRICT_REPLY
- See Also:
- Constant Field Values
-
INVALID_RIGHT
public static final int INVALID_RIGHT
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
INVALID_NAME
public static final int INVALID_NAME
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
INVALID_VALUE
public static final int INVALID_VALUE
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
INVALID_ARGUMENT
public static final int INVALID_ARGUMENT
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
RIGHT_EXISTS
public static final int RIGHT_EXISTS
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
KERN_NO_SPACE
public static final int KERN_NO_SPACE
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
KERN_FAILURE
public static final int KERN_FAILURE
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
KERN_RESOURCE
public static final int KERN_RESOURCE
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
SEND_INVALID_REPLY
public static final int SEND_INVALID_REPLY
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
SEND_INVALID_VOUCHER
public static final int SEND_INVALID_VOUCHER
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
SEND_INVALID_RIGHT
public static final int SEND_INVALID_RIGHT
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
RCV_INVALID_NAME
public static final int RCV_INVALID_NAME
start of [optionally] non-fatal guards- See Also:
- Constant Field Values
-
RCV_GUARDED_DESC
public static final int RCV_GUARDED_DESC
should never be fatal; for development only- See Also:
- Constant Field Values
-
MSG_FILTERED
public static final int MSG_FILTERED
- See Also:
- Constant Field Values
-
-