com.ibm.jzos
Class ErrnoException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.ibm.jzos.ErrnoException
-
- All Implemented Interfaces:
- java.io.Serializable
public class ErrnoException extends java.lang.RuntimeExceptionException class that holds the errno and errno2 information resulting from a native call error.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description static intEINVALstatic intEMVSERRstatic intENOMEMstatic intEPERMstatic intJR_BAD_ADDRESSstatic intJR_INTERNAL_ERRORstatic intJR_NO_STORAGEstatic intJR_SMF_BAD_RECORD_LENGTHstatic intJR_SMF_ERRORstatic intJR_SMF_NOT_ACCEPTINGstatic intJR_SMF_NOT_ACTIVEstatic intJR_SMF_NOT_AUTHORIZED
-
Constructor Summary
Constructors Constructor and Description ErrnoException(java.lang.String errnoMsg, int errno, int errno2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetErrno()intgetErrno2()java.lang.StringgetMessage()intgetReasonCode()
-
-
-
Field Detail
-
EINVAL
public static final int EINVAL
- See Also:
- Constant Field Values
-
ENOMEM
public static final int ENOMEM
- See Also:
- Constant Field Values
-
EPERM
public static final int EPERM
- See Also:
- Constant Field Values
-
EMVSERR
public static final int EMVSERR
- See Also:
- Constant Field Values
-
JR_SMF_NOT_AUTHORIZED
public static final int JR_SMF_NOT_AUTHORIZED
- See Also:
- Constant Field Values
-
JR_SMF_NOT_ACCEPTING
public static final int JR_SMF_NOT_ACCEPTING
- See Also:
- Constant Field Values
-
JR_SMF_NOT_ACTIVE
public static final int JR_SMF_NOT_ACTIVE
- See Also:
- Constant Field Values
-
JR_SMF_ERROR
public static final int JR_SMF_ERROR
- See Also:
- Constant Field Values
-
JR_SMF_BAD_RECORD_LENGTH
public static final int JR_SMF_BAD_RECORD_LENGTH
- See Also:
- Constant Field Values
-
JR_INTERNAL_ERROR
public static final int JR_INTERNAL_ERROR
- See Also:
- Constant Field Values
-
JR_NO_STORAGE
public static final int JR_NO_STORAGE
- See Also:
- Constant Field Values
-
JR_BAD_ADDRESS
public static final int JR_BAD_ADDRESS
- See Also:
- Constant Field Values
-
-